Shades of Golden Brown #AD6402
Tints of Golden Brown #AD6402
RGB
CMYK
RGB Variations
Color information
#AD6402 (or 0xAD6402) is known color: Golden Brown. HEX triplet: AD, 64 and 02. RGB value is (173,100,2). Sum of RGB (Red+Green+Blue) = 173+100+2=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6402 is #529BFD. Grayscale: #6F6F6F. Windows color (decimal): -5413886 or 156845. OLE color: 156845.
HSL color Cylindrical-coordinate representation of color #AD6402: hue angle of 34.39º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD6402 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.32 |
| HSL | 34.39º | 0.98% | 0.34% | - |
| HSV(B) | 34.39º | 0.99% | 0.68% | - |
| XYZ | 21.8 | 18 | 2.38 | - |
| YUV | 110.66 | 66.68 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 2 | 0 | 0.42 | 0.99 | 0.32 | 34.39 | 0.98 | 0.34 |
| Hex | AD | 64 | 2 | 0 | 2A | 63 | 20 | 22 | 62 | 22 |
| Octal | 255 | 144 | 2 | 0 | 52 | 143 | 40 | 42 | 142 | 42 |
| Binary | 10101101 | 1100100 | 10 | 0 | 101010 | 1100011 | 100000 | 100010 | 1100010 | 100010 |
Color Harmonies of #AD6402
Complementary color
Monochromatic Colors of #AD6402
Black with #AD6402
Text Example
Text Example
White with #AD6402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6402; }
p { color: rgb(173,100,2); }
H1.HeaderClassName
{
color: #AD6402;
}
.AnyTagClassName
{
color: #AD6402;
}
</style>
background-color css
<style>
a { background-color: #AD6402; }
a { background-color: rgb(173,100,2); }
div.DivClassName
{
background-color: #AD6402;
}
.BgClassName
{
background-color: #AD6402;
}
</style>
border-color css
<style>
span { border-color: #AD6402; }
span { border-color: rgb(173,100,2); }
td.TdClassName
{
border-color: #AD6402;
}
.TagClassName
{
border-color: #AD6402;
}
</style>