Shades of Golden Brown #AC5C0D
Tints of Golden Brown #AC5C0D
RGB
CMYK
RGB Variations
Color information
#AC5C0D (or 0xAC5C0D) is known color: Golden Brown. HEX triplet: AC, 5C and 0D. RGB value is (172,92,13). Sum of RGB (Red+Green+Blue) = 172+92+13=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5C0D is #53A3F2. Grayscale: #6B6B6B. Windows color (decimal): -5481459 or 875692. OLE color: 875692.
HSL color Cylindrical-coordinate representation of color #AC5C0D: hue angle of 29.81º 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 #AC5C0D is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 92 | 13 | - |
CMYK | 0 | 0.47 | 0.92 | 0.33 |
HSL | 29.81º | 0.86% | 0.36% | - |
HSV(B) | 29.81º | 0.92% | 0.67% | - |
XYZ | 20.91 | 16.45 | 2.45 | - |
YUV | 106.91 | 75 | 174.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 92 | 13 | 0 | 0.47 | 0.92 | 0.33 | 29.81 | 0.86 | 0.36 |
Hex | AC | 5C | D | 0 | 2F | 5C | 21 | 1E | 56 | 24 |
Octal | 254 | 134 | 15 | 0 | 57 | 134 | 41 | 36 | 126 | 44 |
Binary | 10101100 | 1011100 | 1101 | 0 | 101111 | 1011100 | 100001 | 11110 | 1010110 | 100100 |
Color Harmonies of #AC5C0D
Complementary color
Monochromatic Colors of #AC5C0D
Black with #AC5C0D
Text Example
Text Example
White with #AC5C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C0D; }
p { color: rgb(172,92,13); }
H1.HeaderClassName
{
color: #AC5C0D;
}
.AnyTagClassName
{
color: #AC5C0D;
}
</style>
background-color css
<style>
a { background-color: #AC5C0D; }
a { background-color: rgb(172,92,13); }
div.DivClassName
{
background-color: #AC5C0D;
}
.BgClassName
{
background-color: #AC5C0D;
}
</style>
border-color css
<style>
span { border-color: #AC5C0D; }
span { border-color: rgb(172,92,13); }
td.TdClassName
{
border-color: #AC5C0D;
}
.TagClassName
{
border-color: #AC5C0D;
}
</style>