Shades of Reef Gold #A29032
Tints of Reef Gold #A29032
RGB
CMYK
RGB Variations
Color information
#A29032 (or 0xA29032) is known color: Reef Gold. HEX triplet: A2, 90 and 32. RGB value is (162,144,50). Sum of RGB (Red+Green+Blue) = 162+144+50=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A29032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29032 is #5D6FCD. Grayscale: #8B8B8B. Windows color (decimal): -6123470 or 3313826. OLE color: 3313826.
HSL color Cylindrical-coordinate representation of color #A29032: hue angle of 50.36º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A29032 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 144 | 50 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.36 |
| HSL | 50.36º | 0.53% | 0.42% | - |
| HSV(B) | 50.36º | 0.69% | 0.64% | - |
| XYZ | 25.45 | 27.86 | 7.05 | - |
| YUV | 138.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 50 | 0 | 0.11 | 0.69 | 0.36 | 50.36 | 0.53 | 0.42 |
| Hex | A2 | 90 | 32 | 0 | B | 45 | 24 | 32 | 35 | 2A |
| Octal | 242 | 220 | 62 | 0 | 13 | 105 | 44 | 62 | 65 | 52 |
| Binary | 10100010 | 10010000 | 110010 | 0 | 1011 | 1000101 | 100100 | 110010 | 110101 | 101010 |
Color Harmonies of #A29032
Complementary color
Monochromatic Colors of #A29032
Black with #A29032
Text Example
Text Example
White with #A29032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29032; }
p { color: rgb(162,144,50); }
H1.HeaderClassName
{
color: #A29032;
}
.AnyTagClassName
{
color: #A29032;
}
</style>
background-color css
<style>
a { background-color: #A29032; }
a { background-color: rgb(162,144,50); }
div.DivClassName
{
background-color: #A29032;
}
.BgClassName
{
background-color: #A29032;
}
</style>
border-color css
<style>
span { border-color: #A29032; }
span { border-color: rgb(162,144,50); }
td.TdClassName
{
border-color: #A29032;
}
.TagClassName
{
border-color: #A29032;
}
</style>