Shades of Reef Gold #A29839
Tints of Reef Gold #A29839
RGB
CMYK
RGB Variations
Color information
#A29839 (or 0xA29839) is known color: Reef Gold. HEX triplet: A2, 98 and 39. RGB value is (162,152,57). Sum of RGB (Red+Green+Blue) = 162+152+57=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 57 (22.66% from 255 or 15.36% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A29839 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29839 is #5D67C6. Grayscale: #909090. Windows color (decimal): -6121415 or 3774626. OLE color: 3774626.
HSL color Cylindrical-coordinate representation of color #A29839: hue angle of 54.29º 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 #A29839 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 57 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.36 |
| HSL | 54.29º | 0.48% | 0.43% | - |
| HSV(B) | 54.29º | 0.65% | 0.64% | - |
| XYZ | 26.87 | 30.43 | 8.33 | - |
| YUV | 144.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 57 | 0 | 0.06 | 0.65 | 0.36 | 54.29 | 0.48 | 0.43 |
| Hex | A2 | 98 | 39 | 0 | 6 | 41 | 24 | 36 | 30 | 2B |
| Octal | 242 | 230 | 71 | 0 | 6 | 101 | 44 | 66 | 60 | 53 |
| Binary | 10100010 | 10011000 | 111001 | 0 | 110 | 1000001 | 100100 | 110110 | 110000 | 101011 |
Color Harmonies of #A29839
Complementary color
Monochromatic Colors of #A29839
Black with #A29839
Text Example
Text Example
White with #A29839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29839; }
p { color: rgb(162,152,57); }
H1.HeaderClassName
{
color: #A29839;
}
.AnyTagClassName
{
color: #A29839;
}
</style>
background-color css
<style>
a { background-color: #A29839; }
a { background-color: rgb(162,152,57); }
div.DivClassName
{
background-color: #A29839;
}
.BgClassName
{
background-color: #A29839;
}
</style>
border-color css
<style>
span { border-color: #A29839; }
span { border-color: rgb(162,152,57); }
td.TdClassName
{
border-color: #A29839;
}
.TagClassName
{
border-color: #A29839;
}
</style>