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