Shades of Golden Brown #9A5A16
Tints of Golden Brown #9A5A16
RGB
CMYK
RGB Variations
Color information
#9A5A16 (or 0x9A5A16) is known color: Golden Brown. HEX triplet: 9A, 5A and 16. RGB value is (154,90,22). Sum of RGB (Red+Green+Blue) = 154+90+22=266 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.89% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5A16 is #65A5E9. Grayscale: #656565. Windows color (decimal): -6661610 or 1464986. OLE color: 1464986.
HSL color Cylindrical-coordinate representation of color #9A5A16: hue angle of 30.91º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A5A16 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 90 | 22 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.40 |
| HSL | 30.91º | 0.75% | 0.35% | - |
| HSV(B) | 30.91º | 0.86% | 0.6% | - |
| XYZ | 17.13 | 14.24 | 2.6 | - |
| YUV | 101.38 | 83.2 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 90 | 22 | 0 | 0.42 | 0.86 | 0.40 | 30.91 | 0.75 | 0.35 |
| Hex | 9A | 5A | 16 | 0 | 2A | 56 | 28 | 1F | 4B | 23 |
| Octal | 232 | 132 | 26 | 0 | 52 | 126 | 50 | 37 | 113 | 43 |
| Binary | 10011010 | 1011010 | 10110 | 0 | 101010 | 1010110 | 101000 | 11111 | 1001011 | 100011 |
Color Harmonies of #9A5A16
Complementary color
Monochromatic Colors of #9A5A16
Black with #9A5A16
Text Example
Text Example
White with #9A5A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5A16; }
p { color: rgb(154,90,22); }
H1.HeaderClassName
{
color: #9A5A16;
}
.AnyTagClassName
{
color: #9A5A16;
}
</style>
background-color css
<style>
a { background-color: #9A5A16; }
a { background-color: rgb(154,90,22); }
div.DivClassName
{
background-color: #9A5A16;
}
.BgClassName
{
background-color: #9A5A16;
}
</style>
border-color css
<style>
span { border-color: #9A5A16; }
span { border-color: rgb(154,90,22); }
td.TdClassName
{
border-color: #9A5A16;
}
.TagClassName
{
border-color: #9A5A16;
}
</style>