Shades of Reef Gold #A99736
Tints of Reef Gold #A99736
RGB
CMYK
RGB Variations
Color information
#A99736 (or 0xA99736) is known color: Reef Gold. HEX triplet: A9, 97 and 36. RGB value is (169,151,54). Sum of RGB (Red+Green+Blue) = 169+151+54=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A99736 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99736 is #5668C9. Grayscale: #919191. Windows color (decimal): -5662922 or 3577769. OLE color: 3577769.
HSL color Cylindrical-coordinate representation of color #A99736: hue angle of 50.61º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A99736 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 151 | 54 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.34 |
| HSL | 50.61º | 0.52% | 0.44% | - |
| HSV(B) | 50.61º | 0.68% | 0.66% | - |
| XYZ | 28.09 | 30.83 | 7.96 | - |
| YUV | 145.32 | 76.46 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 54 | 0 | 0.11 | 0.68 | 0.34 | 50.61 | 0.52 | 0.44 |
| Hex | A9 | 97 | 36 | 0 | B | 44 | 22 | 33 | 34 | 2C |
| Octal | 251 | 227 | 66 | 0 | 13 | 104 | 42 | 63 | 64 | 54 |
| Binary | 10101001 | 10010111 | 110110 | 0 | 1011 | 1000100 | 100010 | 110011 | 110100 | 101100 |
Color Harmonies of #A99736
Complementary color
Monochromatic Colors of #A99736
Black with #A99736
Text Example
Text Example
White with #A99736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99736; }
p { color: rgb(169,151,54); }
H1.HeaderClassName
{
color: #A99736;
}
.AnyTagClassName
{
color: #A99736;
}
</style>
background-color css
<style>
a { background-color: #A99736; }
a { background-color: rgb(169,151,54); }
div.DivClassName
{
background-color: #A99736;
}
.BgClassName
{
background-color: #A99736;
}
</style>
border-color css
<style>
span { border-color: #A99736; }
span { border-color: rgb(169,151,54); }
td.TdClassName
{
border-color: #A99736;
}
.TagClassName
{
border-color: #A99736;
}
</style>