Shades of Reef Gold #A29E34
Tints of Reef Gold #A29E34
RGB
CMYK
RGB Variations
Color information
#A29E34 (or 0xA29E34) is known color: Reef Gold. HEX triplet: A2, 9E and 34. RGB value is (162,158,52). Sum of RGB (Red+Green+Blue) = 162+158+52=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29E34 is #5D61CB. Grayscale: #939393. Windows color (decimal): -6119884 or 3448482. OLE color: 3448482.
HSL color Cylindrical-coordinate representation of color #A29E34: hue angle of 57.82º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A29E34 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 158 | 52 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.36 |
| HSL | 57.82º | 0.51% | 0.42% | - |
| HSV(B) | 57.82º | 0.68% | 0.64% | - |
| XYZ | 27.75 | 32.38 | 8.04 | - |
| YUV | 147.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 158 | 52 | 0 | 0.02 | 0.68 | 0.36 | 57.82 | 0.51 | 0.42 |
| Hex | A2 | 9E | 34 | 0 | 2 | 44 | 24 | 3A | 33 | 2A |
| Octal | 242 | 236 | 64 | 0 | 2 | 104 | 44 | 72 | 63 | 52 |
| Binary | 10100010 | 10011110 | 110100 | 0 | 10 | 1000100 | 100100 | 111010 | 110011 | 101010 |
Color Harmonies of #A29E34
Complementary color
Monochromatic Colors of #A29E34
Black with #A29E34
Text Example
Text Example
White with #A29E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29E34; }
p { color: rgb(162,158,52); }
H1.HeaderClassName
{
color: #A29E34;
}
.AnyTagClassName
{
color: #A29E34;
}
</style>
background-color css
<style>
a { background-color: #A29E34; }
a { background-color: rgb(162,158,52); }
div.DivClassName
{
background-color: #A29E34;
}
.BgClassName
{
background-color: #A29E34;
}
</style>
border-color css
<style>
span { border-color: #A29E34; }
span { border-color: rgb(162,158,52); }
td.TdClassName
{
border-color: #A29E34;
}
.TagClassName
{
border-color: #A29E34;
}
</style>