Shades of Golden Brown #AD620E
Tints of Golden Brown #AD620E
RGB
CMYK
RGB Variations
Color information
#AD620E (or 0xAD620E) is known color: Golden Brown. HEX triplet: AD, 62 and 0E. RGB value is (173,98,14). Sum of RGB (Red+Green+Blue) = 173+98+14=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD620E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD620E is #529DF1. Grayscale: #6F6F6F. Windows color (decimal): -5414386 or 942765. OLE color: 942765.
HSL color Cylindrical-coordinate representation of color #AD620E: hue angle of 31.7º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD620E is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 14 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.32 |
| HSL | 31.7º | 0.85% | 0.37% | - |
| HSV(B) | 31.7º | 0.92% | 0.68% | - |
| XYZ | 21.68 | 17.65 | 2.68 | - |
| YUV | 110.85 | 73.35 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 14 | 0 | 0.43 | 0.92 | 0.32 | 31.7 | 0.85 | 0.37 |
| Hex | AD | 62 | E | 0 | 2B | 5C | 20 | 20 | 55 | 25 |
| Octal | 255 | 142 | 16 | 0 | 53 | 134 | 40 | 40 | 125 | 45 |
| Binary | 10101101 | 1100010 | 1110 | 0 | 101011 | 1011100 | 100000 | 100000 | 1010101 | 100101 |
Color Harmonies of #AD620E
Complementary color
Monochromatic Colors of #AD620E
Black with #AD620E
Text Example
Text Example
White with #AD620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD620E; }
p { color: rgb(173,98,14); }
H1.HeaderClassName
{
color: #AD620E;
}
.AnyTagClassName
{
color: #AD620E;
}
</style>
background-color css
<style>
a { background-color: #AD620E; }
a { background-color: rgb(173,98,14); }
div.DivClassName
{
background-color: #AD620E;
}
.BgClassName
{
background-color: #AD620E;
}
</style>
border-color css
<style>
span { border-color: #AD620E; }
span { border-color: rgb(173,98,14); }
td.TdClassName
{
border-color: #AD620E;
}
.TagClassName
{
border-color: #AD620E;
}
</style>