Shades of Reef Gold #A29640
Tints of Reef Gold #A29640
RGB
CMYK
RGB Variations
Color information
#A29640 (or 0xA29640) is known color: Reef Gold. HEX triplet: A2, 96 and 40. RGB value is (162,150,64). Sum of RGB (Red+Green+Blue) = 162+150+64=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A29640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29640 is #5D69BF. Grayscale: #909090. Windows color (decimal): -6121920 or 4232866. OLE color: 4232866.
HSL color Cylindrical-coordinate representation of color #A29640: hue angle of 52.65º 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 #A29640 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 150 | 64 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.36 |
| HSL | 52.65º | 0.43% | 0.44% | - |
| HSV(B) | 52.65º | 0.6% | 0.64% | - |
| XYZ | 26.73 | 29.86 | 9.21 | - |
| YUV | 143.78 | 82.98 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 64 | 0 | 0.07 | 0.60 | 0.36 | 52.65 | 0.43 | 0.44 |
| Hex | A2 | 96 | 40 | 0 | 7 | 3C | 24 | 35 | 2B | 2C |
| Octal | 242 | 226 | 100 | 0 | 7 | 74 | 44 | 65 | 53 | 54 |
| Binary | 10100010 | 10010110 | 1000000 | 0 | 111 | 111100 | 100100 | 110101 | 101011 | 101100 |
Color Harmonies of #A29640
Complementary color
Monochromatic Colors of #A29640
Black with #A29640
Text Example
Text Example
White with #A29640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29640; }
p { color: rgb(162,150,64); }
H1.HeaderClassName
{
color: #A29640;
}
.AnyTagClassName
{
color: #A29640;
}
</style>
background-color css
<style>
a { background-color: #A29640; }
a { background-color: rgb(162,150,64); }
div.DivClassName
{
background-color: #A29640;
}
.BgClassName
{
background-color: #A29640;
}
</style>
border-color css
<style>
span { border-color: #A29640; }
span { border-color: rgb(162,150,64); }
td.TdClassName
{
border-color: #A29640;
}
.TagClassName
{
border-color: #A29640;
}
</style>