Shades of Golden Brown #AD5C0C
Tints of Golden Brown #AD5C0C
RGB
CMYK
RGB Variations
Color information
#AD5C0C (or 0xAD5C0C) is known color: Golden Brown. HEX triplet: AD, 5C and 0C. RGB value is (173,92,12). Sum of RGB (Red+Green+Blue) = 173+92+12=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5C0C is #52A3F3. Grayscale: #6B6B6B. Windows color (decimal): -5415924 or 810157. OLE color: 810157.
HSL color Cylindrical-coordinate representation of color #AD5C0C: hue angle of 29.81º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD5C0C is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 12 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.32 |
| HSL | 29.81º | 0.87% | 0.36% | - |
| HSV(B) | 29.81º | 0.93% | 0.68% | - |
| XYZ | 21.13 | 16.57 | 2.43 | - |
| YUV | 107.1 | 74.34 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 12 | 0 | 0.47 | 0.93 | 0.32 | 29.81 | 0.87 | 0.36 |
| Hex | AD | 5C | C | 0 | 2F | 5D | 20 | 1E | 57 | 24 |
| Octal | 255 | 134 | 14 | 0 | 57 | 135 | 40 | 36 | 127 | 44 |
| Binary | 10101101 | 1011100 | 1100 | 0 | 101111 | 1011101 | 100000 | 11110 | 1010111 | 100100 |
Color Harmonies of #AD5C0C
Complementary color
Monochromatic Colors of #AD5C0C
Black with #AD5C0C
Text Example
Text Example
White with #AD5C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C0C; }
p { color: rgb(173,92,12); }
H1.HeaderClassName
{
color: #AD5C0C;
}
.AnyTagClassName
{
color: #AD5C0C;
}
</style>
background-color css
<style>
a { background-color: #AD5C0C; }
a { background-color: rgb(173,92,12); }
div.DivClassName
{
background-color: #AD5C0C;
}
.BgClassName
{
background-color: #AD5C0C;
}
</style>
border-color css
<style>
span { border-color: #AD5C0C; }
span { border-color: rgb(173,92,12); }
td.TdClassName
{
border-color: #AD5C0C;
}
.TagClassName
{
border-color: #AD5C0C;
}
</style>