Shades of Reef Gold #A29B32
Tints of Reef Gold #A29B32
RGB
CMYK
RGB Variations
Color information
#A29B32 (or 0xA29B32) is known color: Reef Gold. HEX triplet: A2, 9B and 32. RGB value is (162,155,50). Sum of RGB (Red+Green+Blue) = 162+155+50=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29B32 is #5D64CD. Grayscale: #919191. Windows color (decimal): -6120654 or 3316642. OLE color: 3316642.
HSL color Cylindrical-coordinate representation of color #A29B32: hue angle of 56.25º 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 #A29B32 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 155 | 50 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.36 |
| HSL | 56.25º | 0.53% | 0.42% | - |
| HSV(B) | 56.25º | 0.69% | 0.64% | - |
| XYZ | 27.2 | 31.35 | 7.64 | - |
| YUV | 145.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 50 | 0 | 0.04 | 0.69 | 0.36 | 56.25 | 0.53 | 0.42 |
| Hex | A2 | 9B | 32 | 0 | 4 | 45 | 24 | 38 | 35 | 2A |
| Octal | 242 | 233 | 62 | 0 | 4 | 105 | 44 | 70 | 65 | 52 |
| Binary | 10100010 | 10011011 | 110010 | 0 | 100 | 1000101 | 100100 | 111000 | 110101 | 101010 |
Color Harmonies of #A29B32
Complementary color
Monochromatic Colors of #A29B32
Black with #A29B32
Text Example
Text Example
White with #A29B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29B32; }
p { color: rgb(162,155,50); }
H1.HeaderClassName
{
color: #A29B32;
}
.AnyTagClassName
{
color: #A29B32;
}
</style>
background-color css
<style>
a { background-color: #A29B32; }
a { background-color: rgb(162,155,50); }
div.DivClassName
{
background-color: #A29B32;
}
.BgClassName
{
background-color: #A29B32;
}
</style>
border-color css
<style>
span { border-color: #A29B32; }
span { border-color: rgb(162,155,50); }
td.TdClassName
{
border-color: #A29B32;
}
.TagClassName
{
border-color: #A29B32;
}
</style>