Shades of Reef Gold #A29840
Tints of Reef Gold #A29840
RGB
CMYK
RGB Variations
Color information
#A29840 (or 0xA29840) is known color: Reef Gold. HEX triplet: A2, 98 and 40. RGB value is (162,152,64). Sum of RGB (Red+Green+Blue) = 162+152+64=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A29840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29840 is #5D67BF. Grayscale: #919191. Windows color (decimal): -6121408 or 4233378. OLE color: 4233378.
HSL color Cylindrical-coordinate representation of color #A29840: hue angle of 53.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A29840 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 64 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.36 |
| HSL | 53.88º | 0.43% | 0.44% | - |
| HSV(B) | 53.88º | 0.6% | 0.64% | - |
| XYZ | 27.05 | 30.51 | 9.31 | - |
| YUV | 144.96 | 82.31 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 64 | 0 | 0.06 | 0.60 | 0.36 | 53.88 | 0.43 | 0.44 |
| Hex | A2 | 98 | 40 | 0 | 6 | 3C | 24 | 36 | 2B | 2C |
| Octal | 242 | 230 | 100 | 0 | 6 | 74 | 44 | 66 | 53 | 54 |
| Binary | 10100010 | 10011000 | 1000000 | 0 | 110 | 111100 | 100100 | 110110 | 101011 | 101100 |
Color Harmonies of #A29840
Complementary color
Monochromatic Colors of #A29840
Black with #A29840
Text Example
Text Example
White with #A29840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29840; }
p { color: rgb(162,152,64); }
H1.HeaderClassName
{
color: #A29840;
}
.AnyTagClassName
{
color: #A29840;
}
</style>
background-color css
<style>
a { background-color: #A29840; }
a { background-color: rgb(162,152,64); }
div.DivClassName
{
background-color: #A29840;
}
.BgClassName
{
background-color: #A29840;
}
</style>
border-color css
<style>
span { border-color: #A29840; }
span { border-color: rgb(162,152,64); }
td.TdClassName
{
border-color: #A29840;
}
.TagClassName
{
border-color: #A29840;
}
</style>