Shades of Golden Brown #AD630A
Tints of Golden Brown #AD630A
RGB
CMYK
RGB Variations
Color information
#AD630A (or 0xAD630A) is known color: Golden Brown. HEX triplet: AD, 63 and 0A. RGB value is (173,99,10). Sum of RGB (Red+Green+Blue) = 173+99+10=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD630A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD630A is #529CF5. Grayscale: #6F6F6F. Windows color (decimal): -5414134 or 680877. OLE color: 680877.
HSL color Cylindrical-coordinate representation of color #AD630A: hue angle of 32.76º 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 #AD630A is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 10 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.32 |
| HSL | 32.76º | 0.89% | 0.36% | - |
| HSV(B) | 32.76º | 0.94% | 0.68% | - |
| XYZ | 21.75 | 17.83 | 2.58 | - |
| YUV | 110.98 | 71.02 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 10 | 0 | 0.43 | 0.94 | 0.32 | 32.76 | 0.89 | 0.36 |
| Hex | AD | 63 | A | 0 | 2B | 5E | 20 | 21 | 59 | 24 |
| Octal | 255 | 143 | 12 | 0 | 53 | 136 | 40 | 41 | 131 | 44 |
| Binary | 10101101 | 1100011 | 1010 | 0 | 101011 | 1011110 | 100000 | 100001 | 1011001 | 100100 |
Color Harmonies of #AD630A
Complementary color
Monochromatic Colors of #AD630A
Black with #AD630A
Text Example
Text Example
White with #AD630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD630A; }
p { color: rgb(173,99,10); }
H1.HeaderClassName
{
color: #AD630A;
}
.AnyTagClassName
{
color: #AD630A;
}
</style>
background-color css
<style>
a { background-color: #AD630A; }
a { background-color: rgb(173,99,10); }
div.DivClassName
{
background-color: #AD630A;
}
.BgClassName
{
background-color: #AD630A;
}
</style>
border-color css
<style>
span { border-color: #AD630A; }
span { border-color: rgb(173,99,10); }
td.TdClassName
{
border-color: #AD630A;
}
.TagClassName
{
border-color: #AD630A;
}
</style>