Shades of Reef Gold #A29639
Tints of Reef Gold #A29639
RGB
CMYK
RGB Variations
Color information
#A29639 (or 0xA29639) is known color: Reef Gold. HEX triplet: A2, 96 and 39. RGB value is (162,150,57). Sum of RGB (Red+Green+Blue) = 162+150+57=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 57 (22.66% from 255 or 15.45% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A29639 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29639 is #5D69C6. Grayscale: #8F8F8F. Windows color (decimal): -6121927 or 3774114. OLE color: 3774114.
HSL color Cylindrical-coordinate representation of color #A29639: hue angle of 53.14º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A29639 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 150 | 57 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.36 |
| HSL | 53.14º | 0.48% | 0.43% | - |
| HSV(B) | 53.14º | 0.65% | 0.64% | - |
| XYZ | 26.55 | 29.79 | 8.22 | - |
| YUV | 142.99 | 79.48 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 57 | 0 | 0.07 | 0.65 | 0.36 | 53.14 | 0.48 | 0.43 |
| Hex | A2 | 96 | 39 | 0 | 7 | 41 | 24 | 35 | 30 | 2B |
| Octal | 242 | 226 | 71 | 0 | 7 | 101 | 44 | 65 | 60 | 53 |
| Binary | 10100010 | 10010110 | 111001 | 0 | 111 | 1000001 | 100100 | 110101 | 110000 | 101011 |
Color Harmonies of #A29639
Complementary color
Monochromatic Colors of #A29639
Black with #A29639
Text Example
Text Example
White with #A29639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29639; }
p { color: rgb(162,150,57); }
H1.HeaderClassName
{
color: #A29639;
}
.AnyTagClassName
{
color: #A29639;
}
</style>
background-color css
<style>
a { background-color: #A29639; }
a { background-color: rgb(162,150,57); }
div.DivClassName
{
background-color: #A29639;
}
.BgClassName
{
background-color: #A29639;
}
</style>
border-color css
<style>
span { border-color: #A29639; }
span { border-color: rgb(162,150,57); }
td.TdClassName
{
border-color: #A29639;
}
.TagClassName
{
border-color: #A29639;
}
</style>