Shades of Golden Brown #AD5A08
Tints of Golden Brown #AD5A08
RGB
CMYK
RGB Variations
Color information
#AD5A08 (or 0xAD5A08) is known color: Golden Brown. HEX triplet: AD, 5A and 08. RGB value is (173,90,8). Sum of RGB (Red+Green+Blue) = 173+90+8=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5A08 is #52A5F7. Grayscale: #696969. Windows color (decimal): -5416440 or 547501. OLE color: 547501.
HSL color Cylindrical-coordinate representation of color #AD5A08: hue angle of 29.82º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD5A08 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 8 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.32 |
| HSL | 29.82º | 0.91% | 0.35% | - |
| HSV(B) | 29.82º | 0.95% | 0.68% | - |
| XYZ | 20.93 | 16.21 | 2.26 | - |
| YUV | 105.47 | 73 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 8 | 0 | 0.48 | 0.95 | 0.32 | 29.82 | 0.91 | 0.35 |
| Hex | AD | 5A | 8 | 0 | 30 | 5F | 20 | 1E | 5B | 23 |
| Octal | 255 | 132 | 10 | 0 | 60 | 137 | 40 | 36 | 133 | 43 |
| Binary | 10101101 | 1011010 | 1000 | 0 | 110000 | 1011111 | 100000 | 11110 | 1011011 | 100011 |
Color Harmonies of #AD5A08
Complementary color
Monochromatic Colors of #AD5A08
Black with #AD5A08
Text Example
Text Example
White with #AD5A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5A08; }
p { color: rgb(173,90,8); }
H1.HeaderClassName
{
color: #AD5A08;
}
.AnyTagClassName
{
color: #AD5A08;
}
</style>
background-color css
<style>
a { background-color: #AD5A08; }
a { background-color: rgb(173,90,8); }
div.DivClassName
{
background-color: #AD5A08;
}
.BgClassName
{
background-color: #AD5A08;
}
</style>
border-color css
<style>
span { border-color: #AD5A08; }
span { border-color: rgb(173,90,8); }
td.TdClassName
{
border-color: #AD5A08;
}
.TagClassName
{
border-color: #AD5A08;
}
</style>