Shades of Reef Gold #A99536
Tints of Reef Gold #A99536
RGB
CMYK
RGB Variations
Color information
#A99536 (or 0xA99536) is known color: Reef Gold. HEX triplet: A9, 95 and 36. RGB value is (169,149,54). Sum of RGB (Red+Green+Blue) = 169+149+54=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A99536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99536 is #566AC9. Grayscale: #909090. Windows color (decimal): -5663434 or 3577257. OLE color: 3577257.
HSL color Cylindrical-coordinate representation of color #A99536: hue angle of 49.57º 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 #A99536 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 149 | 54 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.34 |
| HSL | 49.57º | 0.52% | 0.44% | - |
| HSV(B) | 49.57º | 0.68% | 0.66% | - |
| XYZ | 27.78 | 30.2 | 7.85 | - |
| YUV | 144.15 | 77.13 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 54 | 0 | 0.12 | 0.68 | 0.34 | 49.57 | 0.52 | 0.44 |
| Hex | A9 | 95 | 36 | 0 | C | 44 | 22 | 32 | 34 | 2C |
| Octal | 251 | 225 | 66 | 0 | 14 | 104 | 42 | 62 | 64 | 54 |
| Binary | 10101001 | 10010101 | 110110 | 0 | 1100 | 1000100 | 100010 | 110010 | 110100 | 101100 |
Color Harmonies of #A99536
Complementary color
Monochromatic Colors of #A99536
Black with #A99536
Text Example
Text Example
White with #A99536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99536; }
p { color: rgb(169,149,54); }
H1.HeaderClassName
{
color: #A99536;
}
.AnyTagClassName
{
color: #A99536;
}
</style>
background-color css
<style>
a { background-color: #A99536; }
a { background-color: rgb(169,149,54); }
div.DivClassName
{
background-color: #A99536;
}
.BgClassName
{
background-color: #A99536;
}
</style>
border-color css
<style>
span { border-color: #A99536; }
span { border-color: rgb(169,149,54); }
td.TdClassName
{
border-color: #A99536;
}
.TagClassName
{
border-color: #A99536;
}
</style>