Shades of Golden Brown #A9620C
Tints of Golden Brown #A9620C
RGB
CMYK
RGB Variations
Color information
#A9620C (or 0xA9620C) is known color: Golden Brown. HEX triplet: A9, 62 and 0C. RGB value is (169,98,12). Sum of RGB (Red+Green+Blue) = 169+98+12=279 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.57% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 169 - color contains mainly: red. Hex color #A9620C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9620C is #569DF3. Grayscale: #6D6D6D. Windows color (decimal): -5676532 or 811689. OLE color: 811689.
HSL color Cylindrical-coordinate representation of color #A9620C: hue angle of 32.87º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9620C is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 98 | 12 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.34 |
| HSL | 32.87º | 0.87% | 0.35% | - |
| HSV(B) | 32.87º | 0.93% | 0.66% | - |
| XYZ | 20.8 | 17.2 | 2.57 | - |
| YUV | 109.43 | 73.02 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 98 | 12 | 0 | 0.42 | 0.93 | 0.34 | 32.87 | 0.87 | 0.35 |
| Hex | A9 | 62 | C | 0 | 2A | 5D | 22 | 21 | 57 | 23 |
| Octal | 251 | 142 | 14 | 0 | 52 | 135 | 42 | 41 | 127 | 43 |
| Binary | 10101001 | 1100010 | 1100 | 0 | 101010 | 1011101 | 100010 | 100001 | 1010111 | 100011 |
Color Harmonies of #A9620C
Complementary color
Monochromatic Colors of #A9620C
Black with #A9620C
Text Example
Text Example
White with #A9620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9620C; }
p { color: rgb(169,98,12); }
H1.HeaderClassName
{
color: #A9620C;
}
.AnyTagClassName
{
color: #A9620C;
}
</style>
background-color css
<style>
a { background-color: #A9620C; }
a { background-color: rgb(169,98,12); }
div.DivClassName
{
background-color: #A9620C;
}
.BgClassName
{
background-color: #A9620C;
}
</style>
border-color css
<style>
span { border-color: #A9620C; }
span { border-color: rgb(169,98,12); }
td.TdClassName
{
border-color: #A9620C;
}
.TagClassName
{
border-color: #A9620C;
}
</style>