Shades of Reef Gold #A99A32
Tints of Reef Gold #A99A32
RGB
CMYK
RGB Variations
Color information
#A99A32 (or 0xA99A32) is known color: Reef Gold. HEX triplet: A9, 9A and 32. RGB value is (169,154,50). Sum of RGB (Red+Green+Blue) = 169+154+50=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99A32 is #5665CD. Grayscale: #939393. Windows color (decimal): -5662158 or 3316393. OLE color: 3316393.
HSL color Cylindrical-coordinate representation of color #A99A32: hue angle of 52.44º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A99A32 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 154 | 50 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.34 |
| HSL | 52.44º | 0.54% | 0.43% | - |
| HSV(B) | 52.44º | 0.7% | 0.66% | - |
| XYZ | 28.49 | 31.78 | 7.65 | - |
| YUV | 146.63 | 73.47 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 50 | 0 | 0.09 | 0.70 | 0.34 | 52.44 | 0.54 | 0.43 |
| Hex | A9 | 9A | 32 | 0 | 9 | 46 | 22 | 34 | 36 | 2B |
| Octal | 251 | 232 | 62 | 0 | 11 | 106 | 42 | 64 | 66 | 53 |
| Binary | 10101001 | 10011010 | 110010 | 0 | 1001 | 1000110 | 100010 | 110100 | 110110 | 101011 |
Color Harmonies of #A99A32
Complementary color
Monochromatic Colors of #A99A32
Black with #A99A32
Text Example
Text Example
White with #A99A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99A32; }
p { color: rgb(169,154,50); }
H1.HeaderClassName
{
color: #A99A32;
}
.AnyTagClassName
{
color: #A99A32;
}
</style>
background-color css
<style>
a { background-color: #A99A32; }
a { background-color: rgb(169,154,50); }
div.DivClassName
{
background-color: #A99A32;
}
.BgClassName
{
background-color: #A99A32;
}
</style>
border-color css
<style>
span { border-color: #A99A32; }
span { border-color: rgb(169,154,50); }
td.TdClassName
{
border-color: #A99A32;
}
.TagClassName
{
border-color: #A99A32;
}
</style>