#AC5E0D

Color #AC5E0D Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AC5E0D

Tints of Golden Brown #AC5E0D

Color information

#AC5E0D (or 0xAC5E0D) is unknown color: approx Golden Brown. HEX triplet: AC, 5E and 0D. RGB value is (172,94,13). Sum of RGB (Red+Green+Blue) = 172+94+13=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5E0D is #53A1F2. Grayscale: #6C6C6C. Windows color (decimal): -5480947 or 876204. OLE color: 876204.

HSL color Cylindrical-coordinate representation of color #AC5E0D: hue angle of 30.57º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC5E0D is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB1729413-
CMYK00.450.920.33
HSL30.57º85.95%36.27%-
HSV(B)30.57º92.44%67.45%-
XYZ21.0916.812.51-
YUV108.0974.34173.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 61.65%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 13 (5.47% from 255) = 4.66%
R=61.65%
G=33.69%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172941300.450.920.3330.5785.9536.27
HexAC5ED02D5C211f5624
Octal25413615055134413712644
Binary101011001011110110101011011011100100001111111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5E0D; }

 p { color: rgb(172,94,13); }

 H1.HeaderClassName
 {
   color: #AC5E0D;
 }
 .AnyTagClassName
 {
   color: #AC5E0D;
 }
</style>
background-color css

<style>
 a { background-color: #AC5E0D; }

 a { background-color: rgb(172,94,13); }

 div.DivClassName
 {
   background-color: #AC5E0D;
 }
 .BgClassName
 {
   background-color: #AC5E0D;
 }
</style>
border-color css

<style>
 span { border-color: #AC5E0D; }

 span { border-color: rgb(172,94,13); }

 td.TdClassName
 {
   border-color: #AC5E0D;
 }
 .TagClassName
 {
   border-color: #AC5E0D;
 }
</style>