Shades of Reef Gold #A29836
Tints of Reef Gold #A29836
RGB
CMYK
RGB Variations
Color information
#A29836 (or 0xA29836) is known color: Reef Gold. HEX triplet: A2, 98 and 36. RGB value is (162,152,54). Sum of RGB (Red+Green+Blue) = 162+152+54=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A29836 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29836 is #5D67C9. Grayscale: #909090. Windows color (decimal): -6121418 or 3578018. OLE color: 3578018.
HSL color Cylindrical-coordinate representation of color #A29836: hue angle of 54.44º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A29836 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 54 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.36 |
| HSL | 54.44º | 0.5% | 0.42% | - |
| HSV(B) | 54.44º | 0.67% | 0.64% | - |
| XYZ | 26.79 | 30.4 | 7.95 | - |
| YUV | 143.82 | 77.31 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 54 | 0 | 0.06 | 0.67 | 0.36 | 54.44 | 0.5 | 0.42 |
| Hex | A2 | 98 | 36 | 0 | 6 | 43 | 24 | 36 | 32 | 2A |
| Octal | 242 | 230 | 66 | 0 | 6 | 103 | 44 | 66 | 62 | 52 |
| Binary | 10100010 | 10011000 | 110110 | 0 | 110 | 1000011 | 100100 | 110110 | 110010 | 101010 |
Color Harmonies of #A29836
Complementary color
Monochromatic Colors of #A29836
Black with #A29836
Text Example
Text Example
White with #A29836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29836; }
p { color: rgb(162,152,54); }
H1.HeaderClassName
{
color: #A29836;
}
.AnyTagClassName
{
color: #A29836;
}
</style>
background-color css
<style>
a { background-color: #A29836; }
a { background-color: rgb(162,152,54); }
div.DivClassName
{
background-color: #A29836;
}
.BgClassName
{
background-color: #A29836;
}
</style>
border-color css
<style>
span { border-color: #A29836; }
span { border-color: rgb(162,152,54); }
td.TdClassName
{
border-color: #A29836;
}
.TagClassName
{
border-color: #A29836;
}
</style>