Shades of Reef Gold #A29A34
Tints of Reef Gold #A29A34
RGB
CMYK
RGB Variations
Color information
#A29A34 (or 0xA29A34) is known color: Reef Gold. HEX triplet: A2, 9A and 34. RGB value is (162,154,52). Sum of RGB (Red+Green+Blue) = 162+154+52=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29A34 is #5D65CB. Grayscale: #919191. Windows color (decimal): -6120908 or 3447458. OLE color: 3447458.
HSL color Cylindrical-coordinate representation of color #A29A34: hue angle of 55.64º 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 #A29A34 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 154 | 52 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.36 |
| HSL | 55.64º | 0.51% | 0.42% | - |
| HSV(B) | 55.64º | 0.68% | 0.64% | - |
| XYZ | 27.08 | 31.04 | 7.81 | - |
| YUV | 144.76 | 75.65 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 52 | 0 | 0.05 | 0.68 | 0.36 | 55.64 | 0.51 | 0.42 |
| Hex | A2 | 9A | 34 | 0 | 5 | 44 | 24 | 38 | 33 | 2A |
| Octal | 242 | 232 | 64 | 0 | 5 | 104 | 44 | 70 | 63 | 52 |
| Binary | 10100010 | 10011010 | 110100 | 0 | 101 | 1000100 | 100100 | 111000 | 110011 | 101010 |
Color Harmonies of #A29A34
Complementary color
Monochromatic Colors of #A29A34
Black with #A29A34
Text Example
Text Example
White with #A29A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29A34; }
p { color: rgb(162,154,52); }
H1.HeaderClassName
{
color: #A29A34;
}
.AnyTagClassName
{
color: #A29A34;
}
</style>
background-color css
<style>
a { background-color: #A29A34; }
a { background-color: rgb(162,154,52); }
div.DivClassName
{
background-color: #A29A34;
}
.BgClassName
{
background-color: #A29A34;
}
</style>
border-color css
<style>
span { border-color: #A29A34; }
span { border-color: rgb(162,154,52); }
td.TdClassName
{
border-color: #A29A34;
}
.TagClassName
{
border-color: #A29A34;
}
</style>