Color Hex Logo

#a6383e Color Hex

#A6383E
(166,56,62)
0 Favorites   0 Comments

Color spaces of #a6383e

RGB 1665662
HSL0.990.500.44
HSV357°66°65°
CMYK 0.000.660.63   0.35
XYZ18.009611.28315.7861
Yxy11.28310.51340.3217
Hunter Lab33.590336.920513.3002
CIE-Lab40.053345.574021.4515

#a6383e color RGB value is (166,56,62).

#a6383e hex color red value is 166, green value is 56 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a6383e hue: 0.99 , saturation: 0.50 and the lightness value of a6383e is 0.44.

The process color (four color CMYK) of #a6383e color hex is 0.00, 0.66, 0.63, 0.35. Web safe color of #a6383e is #993333. Color #a6383e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111000 00111110
Octal 246 70 76
Decimal 166 56 62
Hex A6 38 3E

RGB Percentages of Color #a6383e

%58.45
%19.72
%21.83

CMYK Percentages of Color #a6383e

%0
%66
%63
%35

Triadic Colors of #a6383e

#a6383e #3ea638 #383ea6

Analogous Colors of #a6383e

#a6383e #a66938 #a63875

Monochromatic Colors of #a6383e

#a6383e

Complementary Color

#a6383e #38a6a0

#a6383e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6383e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6383e Color CSS Codes

.mybgcolor {background-color:#a6383e; } 
.myforecolor {color:#a6383e; }
.mybordercolor {border:3px solid #a6383e; }

#a6383e Text Font Color

<p style="color:#a6383e">Text here</p>

This sample text font color is #a6383e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a6383e Background Color

<div style="background-color:#a6383e">
Div content here</div>

This div background color is #a6383e


#a6383e Border Color

<div style="border:3px solid #a6383e">
Div here</div>

This div border color is #a6383e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,56,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6383e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6383e;
  -webkit-box-shadow: 1px 1px 3px 2px #a6383e;
  box-shadow:         1px 1px 3px 2px #a6383e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,56,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a6383e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a6383e;
  -webkit-box-shadow: 1px 1px 3px 2px #a6383e;
  box-shadow:         1px 1px 3px 2px #a6383e;">
Div content here</div>

This div box has shadow with color #a6383e


Comments

No comments written yet.

Please login to write comment.