Shades of Golden Brown #AC5D0D
Tints of Golden Brown #AC5D0D
RGB
CMYK
RGB Variations
Color information
#AC5D0D (or 0xAC5D0D) is known color: Golden Brown. HEX triplet: AC, 5D and 0D. RGB value is (172,93,13). Sum of RGB (Red+Green+Blue) = 172+93+13=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5D0D is #53A2F2. Grayscale: #6B6B6B. Windows color (decimal): -5481203 or 875948. OLE color: 875948.
HSL color Cylindrical-coordinate representation of color #AC5D0D: hue angle of 30.19º 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 #AC5D0D is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 93 | 13 | - |
CMYK | 0 | 0.46 | 0.92 | 0.33 |
HSL | 30.19º | 0.86% | 0.36% | - |
HSV(B) | 30.19º | 0.92% | 0.67% | - |
XYZ | 21 | 16.63 | 2.48 | - |
YUV | 107.5 | 74.67 | 174 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 93 | 13 | 0 | 0.46 | 0.92 | 0.33 | 30.19 | 0.86 | 0.36 |
Hex | AC | 5D | D | 0 | 2E | 5C | 21 | 1E | 56 | 24 |
Octal | 254 | 135 | 15 | 0 | 56 | 134 | 41 | 36 | 126 | 44 |
Binary | 10101100 | 1011101 | 1101 | 0 | 101110 | 1011100 | 100001 | 11110 | 1010110 | 100100 |
Color Harmonies of #AC5D0D
Complementary color
Monochromatic Colors of #AC5D0D
Black with #AC5D0D
Text Example
Text Example
White with #AC5D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D0D; }
p { color: rgb(172,93,13); }
H1.HeaderClassName
{
color: #AC5D0D;
}
.AnyTagClassName
{
color: #AC5D0D;
}
</style>
background-color css
<style>
a { background-color: #AC5D0D; }
a { background-color: rgb(172,93,13); }
div.DivClassName
{
background-color: #AC5D0D;
}
.BgClassName
{
background-color: #AC5D0D;
}
</style>
border-color css
<style>
span { border-color: #AC5D0D; }
span { border-color: rgb(172,93,13); }
td.TdClassName
{
border-color: #AC5D0D;
}
.TagClassName
{
border-color: #AC5D0D;
}
</style>