Shades of Reef Gold #A99433
Tints of Reef Gold #A99433
RGB
CMYK
RGB Variations
Color information
#A99433 (or 0xA99433) is known color: Reef Gold. HEX triplet: A9, 94 and 33. RGB value is (169,148,51). Sum of RGB (Red+Green+Blue) = 169+148+51=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 169 - color contains mainly: red. Hex color #A99433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99433 is #566BCC. Grayscale: #8F8F8F. Windows color (decimal): -5663693 or 3380393. OLE color: 3380393.
HSL color Cylindrical-coordinate representation of color #A99433: hue angle of 49.32º 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 #A99433 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 148 | 51 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.34 |
| HSL | 49.32º | 0.54% | 0.43% | - |
| HSV(B) | 49.32º | 0.7% | 0.66% | - |
| XYZ | 27.55 | 29.85 | 7.44 | - |
| YUV | 143.22 | 75.96 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 51 | 0 | 0.12 | 0.70 | 0.34 | 49.32 | 0.54 | 0.43 |
| Hex | A9 | 94 | 33 | 0 | C | 46 | 22 | 31 | 36 | 2B |
| Octal | 251 | 224 | 63 | 0 | 14 | 106 | 42 | 61 | 66 | 53 |
| Binary | 10101001 | 10010100 | 110011 | 0 | 1100 | 1000110 | 100010 | 110001 | 110110 | 101011 |
Color Harmonies of #A99433
Complementary color
Monochromatic Colors of #A99433
Black with #A99433
Text Example
Text Example
White with #A99433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99433; }
p { color: rgb(169,148,51); }
H1.HeaderClassName
{
color: #A99433;
}
.AnyTagClassName
{
color: #A99433;
}
</style>
background-color css
<style>
a { background-color: #A99433; }
a { background-color: rgb(169,148,51); }
div.DivClassName
{
background-color: #A99433;
}
.BgClassName
{
background-color: #A99433;
}
</style>
border-color css
<style>
span { border-color: #A99433; }
span { border-color: rgb(169,148,51); }
td.TdClassName
{
border-color: #A99433;
}
.TagClassName
{
border-color: #A99433;
}
</style>