Color Hex Logo

#a84635 Color Hex

#A84635
(168,70,53)
0 Favorites   0 Comments

Color spaces of #a84635

RGB 1687053
HSL0.020.520.43
HSV68°66°
CMYK 0.000.580.68   0.34
XYZ18.981212.96224.8697
Yxy12.96220.51560.3521
Hunter Lab36.003131.101817.1827
CIE-Lab42.706239.213030.2254

#a84635 color RGB value is (168,70,53).

#a84635 hex color red value is 168, green value is 70 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #a84635 hue: 0.02 , saturation: 0.52 and the lightness value of a84635 is 0.43.

The process color (four color CMYK) of #a84635 color hex is 0.00, 0.58, 0.68, 0.34. Web safe color of #a84635 is #993333. Color #a84635 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000110 00110101
Octal 250 106 65
Decimal 168 70 53
Hex A8 46 35

RGB Percentages of Color #a84635

%57.73
%24.05
%18.21

CMYK Percentages of Color #a84635

%0
%58
%68
%34

Triadic Colors of #a84635

#a84635 #35a846 #4635a8

Analogous Colors of #a84635

#a84635 #a88035 #a8355d

Monochromatic Colors of #a84635

#a84635

Complementary Color

#a84635 #3597a8

#a84635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84635 Color CSS Codes

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

#a84635 Text Font Color

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

This sample text font color is #a84635
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.


#a84635 Background Color

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

This div background color is #a84635


#a84635 Border Color

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

This div border color is #a84635


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,70,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a84635; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a84635;
  -webkit-box-shadow: 1px 1px 3px 2px #a84635;
  box-shadow:         1px 1px 3px 2px #a84635; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,70,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84635


Comments

No comments written yet.

Please login to write comment.