Shades of Golden Brown #AD640A
Tints of Golden Brown #AD640A
RGB
CMYK
RGB Variations
Color information
#AD640A (or 0xAD640A) is known color: Golden Brown. HEX triplet: AD, 64 and 0A. RGB value is (173,100,10). Sum of RGB (Red+Green+Blue) = 173+100+10=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD640A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD640A is #529BF5. Grayscale: #707070. Windows color (decimal): -5413878 or 681133. OLE color: 681133.
HSL color Cylindrical-coordinate representation of color #AD640A: hue angle of 33.13º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD640A is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 10 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.32 |
| HSL | 33.13º | 0.89% | 0.36% | - |
| HSV(B) | 33.13º | 0.94% | 0.68% | - |
| XYZ | 21.85 | 18.02 | 2.61 | - |
| YUV | 111.57 | 70.68 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 10 | 0 | 0.42 | 0.94 | 0.32 | 33.13 | 0.89 | 0.36 |
| Hex | AD | 64 | A | 0 | 2A | 5E | 20 | 21 | 59 | 24 |
| Octal | 255 | 144 | 12 | 0 | 52 | 136 | 40 | 41 | 131 | 44 |
| Binary | 10101101 | 1100100 | 1010 | 0 | 101010 | 1011110 | 100000 | 100001 | 1011001 | 100100 |
Color Harmonies of #AD640A
Complementary color
Monochromatic Colors of #AD640A
Black with #AD640A
Text Example
Text Example
White with #AD640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD640A; }
p { color: rgb(173,100,10); }
H1.HeaderClassName
{
color: #AD640A;
}
.AnyTagClassName
{
color: #AD640A;
}
</style>
background-color css
<style>
a { background-color: #AD640A; }
a { background-color: rgb(173,100,10); }
div.DivClassName
{
background-color: #AD640A;
}
.BgClassName
{
background-color: #AD640A;
}
</style>
border-color css
<style>
span { border-color: #AD640A; }
span { border-color: rgb(173,100,10); }
td.TdClassName
{
border-color: #AD640A;
}
.TagClassName
{
border-color: #AD640A;
}
</style>