Color Hex Logo

#a75824 Color Hex

#A75824
(167,88,36)
0 Favorites   0 Comments

Color spaces of #a75824

RGB 1678836
HSL0.070.650.40
HSV24°78°65°
CMYK 0.000.470.78   0.35
XYZ19.744515.32233.5859
Yxy15.32230.51080.3964
Hunter Lab39.143721.535821.9691
CIE-Lab46.072528.569442.9140

#a75824 color RGB value is (167,88,36).

#a75824 hex color red value is 167, green value is 88 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #a75824 hue: 0.07 , saturation: 0.65 and the lightness value of a75824 is 0.40.

The process color (four color CMYK) of #a75824 color hex is 0.00, 0.47, 0.78, 0.35. Web safe color of #a75824 is #996633. Color #a75824 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011000 00100100
Octal 247 130 44
Decimal 167 88 36
Hex A7 58 24

RGB Percentages of Color #a75824

%57.39
%30.24
%12.37

CMYK Percentages of Color #a75824

%0
%47
%78
%35

Triadic Colors of #a75824

#a75824 #24a758 #5824a7

Analogous Colors of #a75824

#a75824 #a79a24 #a72432

Monochromatic Colors of #a75824

#a75824

Complementary Color

#a75824 #2473a7

#a75824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75824 Color CSS Codes

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

#a75824 Text Font Color

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

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


#a75824 Background Color

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

This div background color is #a75824


#a75824 Border Color

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

This div border color is #a75824


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,88,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a75824; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a75824;
  -webkit-box-shadow: 1px 1px 3px 2px #a75824;
  box-shadow:         1px 1px 3px 2px #a75824; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,88,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75824


Comments

No comments written yet.

Please login to write comment.