Shades of Reef Gold #A99933
Tints of Reef Gold #A99933
RGB
CMYK
RGB Variations
Color information
#A99933 (or 0xA99933) is known color: Reef Gold. HEX triplet: A9, 99 and 33. RGB value is (169,153,51). Sum of RGB (Red+Green+Blue) = 169+153+51=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A99933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99933 is #5666CC. Grayscale: #929292. Windows color (decimal): -5662413 or 3381673. OLE color: 3381673.
HSL color Cylindrical-coordinate representation of color #A99933: hue angle of 51.86º 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 #A99933 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 153 | 51 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.34 |
| HSL | 51.86º | 0.54% | 0.43% | - |
| HSV(B) | 51.86º | 0.7% | 0.66% | - |
| XYZ | 28.35 | 31.46 | 7.71 | - |
| YUV | 146.16 | 74.3 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 51 | 0 | 0.09 | 0.70 | 0.34 | 51.86 | 0.54 | 0.43 |
| Hex | A9 | 99 | 33 | 0 | 9 | 46 | 22 | 34 | 36 | 2B |
| Octal | 251 | 231 | 63 | 0 | 11 | 106 | 42 | 64 | 66 | 53 |
| Binary | 10101001 | 10011001 | 110011 | 0 | 1001 | 1000110 | 100010 | 110100 | 110110 | 101011 |
Color Harmonies of #A99933
Complementary color
Monochromatic Colors of #A99933
Black with #A99933
Text Example
Text Example
White with #A99933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99933; }
p { color: rgb(169,153,51); }
H1.HeaderClassName
{
color: #A99933;
}
.AnyTagClassName
{
color: #A99933;
}
</style>
background-color css
<style>
a { background-color: #A99933; }
a { background-color: rgb(169,153,51); }
div.DivClassName
{
background-color: #A99933;
}
.BgClassName
{
background-color: #A99933;
}
</style>
border-color css
<style>
span { border-color: #A99933; }
span { border-color: rgb(169,153,51); }
td.TdClassName
{
border-color: #A99933;
}
.TagClassName
{
border-color: #A99933;
}
</style>