Shades of Golden Brown #AD670A
Tints of Golden Brown #AD670A
RGB
CMYK
RGB Variations
Color information
#AD670A (or 0xAD670A) is known color: Golden Brown. HEX triplet: AD, 67 and 0A. RGB value is (173,103,10). Sum of RGB (Red+Green+Blue) = 173+103+10=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD670A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD670A is #5298F5. Grayscale: #717171. Windows color (decimal): -5413110 or 681901. OLE color: 681901.
HSL color Cylindrical-coordinate representation of color #AD670A: hue angle of 34.23º 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 #AD670A is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 10 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.32 |
| HSL | 34.23º | 0.89% | 0.36% | - |
| HSV(B) | 34.23º | 0.94% | 0.68% | - |
| XYZ | 22.14 | 18.61 | 2.71 | - |
| YUV | 113.33 | 69.69 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 10 | 0 | 0.40 | 0.94 | 0.32 | 34.23 | 0.89 | 0.36 |
| Hex | AD | 67 | A | 0 | 28 | 5E | 20 | 22 | 59 | 24 |
| Octal | 255 | 147 | 12 | 0 | 50 | 136 | 40 | 42 | 131 | 44 |
| Binary | 10101101 | 1100111 | 1010 | 0 | 101000 | 1011110 | 100000 | 100010 | 1011001 | 100100 |
Color Harmonies of #AD670A
Complementary color
Monochromatic Colors of #AD670A
Black with #AD670A
Text Example
Text Example
White with #AD670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD670A; }
p { color: rgb(173,103,10); }
H1.HeaderClassName
{
color: #AD670A;
}
.AnyTagClassName
{
color: #AD670A;
}
</style>
background-color css
<style>
a { background-color: #AD670A; }
a { background-color: rgb(173,103,10); }
div.DivClassName
{
background-color: #AD670A;
}
.BgClassName
{
background-color: #AD670A;
}
</style>
border-color css
<style>
span { border-color: #AD670A; }
span { border-color: rgb(173,103,10); }
td.TdClassName
{
border-color: #AD670A;
}
.TagClassName
{
border-color: #AD670A;
}
</style>