Shades of Reef Gold #A29239
Tints of Reef Gold #A29239
RGB
CMYK
RGB Variations
Color information
#A29239 (or 0xA29239) is known color: Reef Gold. HEX triplet: A2, 92 and 39. RGB value is (162,146,57). Sum of RGB (Red+Green+Blue) = 162+146+57=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A29239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29239 is #5D6DC6. Grayscale: #8D8D8D. Windows color (decimal): -6122951 or 3773090. OLE color: 3773090.
HSL color Cylindrical-coordinate representation of color #A29239: hue angle of 50.86º 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 #A29239 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 146 | 57 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.36 |
| HSL | 50.86º | 0.48% | 0.43% | - |
| HSV(B) | 50.86º | 0.65% | 0.64% | - |
| XYZ | 25.92 | 28.53 | 8.01 | - |
| YUV | 140.64 | 80.8 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 57 | 0 | 0.10 | 0.65 | 0.36 | 50.86 | 0.48 | 0.43 |
| Hex | A2 | 92 | 39 | 0 | A | 41 | 24 | 33 | 30 | 2B |
| Octal | 242 | 222 | 71 | 0 | 12 | 101 | 44 | 63 | 60 | 53 |
| Binary | 10100010 | 10010010 | 111001 | 0 | 1010 | 1000001 | 100100 | 110011 | 110000 | 101011 |
Color Harmonies of #A29239
Complementary color
Monochromatic Colors of #A29239
Black with #A29239
Text Example
Text Example
White with #A29239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29239; }
p { color: rgb(162,146,57); }
H1.HeaderClassName
{
color: #A29239;
}
.AnyTagClassName
{
color: #A29239;
}
</style>
background-color css
<style>
a { background-color: #A29239; }
a { background-color: rgb(162,146,57); }
div.DivClassName
{
background-color: #A29239;
}
.BgClassName
{
background-color: #A29239;
}
</style>
border-color css
<style>
span { border-color: #A29239; }
span { border-color: rgb(162,146,57); }
td.TdClassName
{
border-color: #A29239;
}
.TagClassName
{
border-color: #A29239;
}
</style>