Shades of Reef Gold #A99239
Tints of Reef Gold #A99239
RGB
CMYK
RGB Variations
Color information
#A99239 (or 0xA99239) is known color: Reef Gold. HEX triplet: A9, 92 and 39. RGB value is (169,146,57). Sum of RGB (Red+Green+Blue) = 169+146+57=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A99239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99239 is #566DC6. Grayscale: #8F8F8F. Windows color (decimal): -5664199 or 3773097. OLE color: 3773097.
HSL color Cylindrical-coordinate representation of color #A99239: hue angle of 47.68º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A99239 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 146 | 57 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.34 |
| HSL | 47.68º | 0.5% | 0.44% | - |
| HSV(B) | 47.68º | 0.66% | 0.66% | - |
| XYZ | 27.38 | 29.29 | 8.08 | - |
| YUV | 142.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 57 | 0 | 0.14 | 0.66 | 0.34 | 47.68 | 0.5 | 0.44 |
| Hex | A9 | 92 | 39 | 0 | E | 42 | 22 | 30 | 32 | 2C |
| Octal | 251 | 222 | 71 | 0 | 16 | 102 | 42 | 60 | 62 | 54 |
| Binary | 10101001 | 10010010 | 111001 | 0 | 1110 | 1000010 | 100010 | 110000 | 110010 | 101100 |
Color Harmonies of #A99239
Complementary color
Monochromatic Colors of #A99239
Black with #A99239
Text Example
Text Example
White with #A99239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99239; }
p { color: rgb(169,146,57); }
H1.HeaderClassName
{
color: #A99239;
}
.AnyTagClassName
{
color: #A99239;
}
</style>
background-color css
<style>
a { background-color: #A99239; }
a { background-color: rgb(169,146,57); }
div.DivClassName
{
background-color: #A99239;
}
.BgClassName
{
background-color: #A99239;
}
</style>
border-color css
<style>
span { border-color: #A99239; }
span { border-color: rgb(169,146,57); }
td.TdClassName
{
border-color: #A99239;
}
.TagClassName
{
border-color: #A99239;
}
</style>