Shades of Reef Gold #A29C34
Tints of Reef Gold #A29C34
RGB
CMYK
RGB Variations
Color information
#A29C34 (or 0xA29C34) is known color: Reef Gold. HEX triplet: A2, 9C and 34. RGB value is (162,156,52). Sum of RGB (Red+Green+Blue) = 162+156+52=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29C34 is #5D63CB. Grayscale: #929292. Windows color (decimal): -6120396 or 3447970. OLE color: 3447970.
HSL color Cylindrical-coordinate representation of color #A29C34: hue angle of 56.73º 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 #A29C34 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 156 | 52 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.36 |
| HSL | 56.73º | 0.51% | 0.42% | - |
| HSV(B) | 56.73º | 0.68% | 0.64% | - |
| XYZ | 27.41 | 31.71 | 7.92 | - |
| YUV | 145.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 52 | 0 | 0.04 | 0.68 | 0.36 | 56.73 | 0.51 | 0.42 |
| Hex | A2 | 9C | 34 | 0 | 4 | 44 | 24 | 39 | 33 | 2A |
| Octal | 242 | 234 | 64 | 0 | 4 | 104 | 44 | 71 | 63 | 52 |
| Binary | 10100010 | 10011100 | 110100 | 0 | 100 | 1000100 | 100100 | 111001 | 110011 | 101010 |
Color Harmonies of #A29C34
Complementary color
Monochromatic Colors of #A29C34
Black with #A29C34
Text Example
Text Example
White with #A29C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29C34; }
p { color: rgb(162,156,52); }
H1.HeaderClassName
{
color: #A29C34;
}
.AnyTagClassName
{
color: #A29C34;
}
</style>
background-color css
<style>
a { background-color: #A29C34; }
a { background-color: rgb(162,156,52); }
div.DivClassName
{
background-color: #A29C34;
}
.BgClassName
{
background-color: #A29C34;
}
</style>
border-color css
<style>
span { border-color: #A29C34; }
span { border-color: rgb(162,156,52); }
td.TdClassName
{
border-color: #A29C34;
}
.TagClassName
{
border-color: #A29C34;
}
</style>