Shades of Reef Gold #A29637
Tints of Reef Gold #A29637
RGB
CMYK
RGB Variations
Color information
#A29637 (or 0xA29637) is known color: Reef Gold. HEX triplet: A2, 96 and 37. RGB value is (162,150,55). Sum of RGB (Red+Green+Blue) = 162+150+55=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 55 (21.88% from 255 or 14.99% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A29637 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29637 is #5D69C8. Grayscale: #8F8F8F. Windows color (decimal): -6121929 or 3643042. OLE color: 3643042.
HSL color Cylindrical-coordinate representation of color #A29637: hue angle of 53.27º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A29637 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 150 | 55 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.36 |
| HSL | 53.27º | 0.49% | 0.43% | - |
| HSV(B) | 53.27º | 0.66% | 0.64% | - |
| XYZ | 26.5 | 29.77 | 7.96 | - |
| YUV | 142.76 | 78.48 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 55 | 0 | 0.07 | 0.66 | 0.36 | 53.27 | 0.49 | 0.43 |
| Hex | A2 | 96 | 37 | 0 | 7 | 42 | 24 | 35 | 31 | 2B |
| Octal | 242 | 226 | 67 | 0 | 7 | 102 | 44 | 65 | 61 | 53 |
| Binary | 10100010 | 10010110 | 110111 | 0 | 111 | 1000010 | 100100 | 110101 | 110001 | 101011 |
Color Harmonies of #A29637
Complementary color
Monochromatic Colors of #A29637
Black with #A29637
Text Example
Text Example
White with #A29637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29637; }
p { color: rgb(162,150,55); }
H1.HeaderClassName
{
color: #A29637;
}
.AnyTagClassName
{
color: #A29637;
}
</style>
background-color css
<style>
a { background-color: #A29637; }
a { background-color: rgb(162,150,55); }
div.DivClassName
{
background-color: #A29637;
}
.BgClassName
{
background-color: #A29637;
}
</style>
border-color css
<style>
span { border-color: #A29637; }
span { border-color: rgb(162,150,55); }
td.TdClassName
{
border-color: #A29637;
}
.TagClassName
{
border-color: #A29637;
}
</style>