Shades of Reef Gold #A2882C
Tints of Reef Gold #A2882C
RGB
CMYK
RGB Variations
Color information
#A2882C (or 0xA2882C) is known color: Reef Gold. HEX triplet: A2, 88 and 2C. RGB value is (162,136,44). Sum of RGB (Red+Green+Blue) = 162+136+44=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2882C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2882C is #5D77D3. Grayscale: #858585. Windows color (decimal): -6125524 or 2918562. OLE color: 2918562.
HSL color Cylindrical-coordinate representation of color #A2882C: hue angle of 46.78º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2882C is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 136 | 44 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.36 |
| HSL | 46.78º | 0.57% | 0.4% | - |
| HSV(B) | 46.78º | 0.73% | 0.64% | - |
| XYZ | 24.16 | 25.47 | 6.03 | - |
| YUV | 133.29 | 77.61 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 44 | 0 | 0.16 | 0.73 | 0.36 | 46.78 | 0.57 | 0.4 |
| Hex | A2 | 88 | 2C | 0 | 10 | 49 | 24 | 2F | 39 | 28 |
| Octal | 242 | 210 | 54 | 0 | 20 | 111 | 44 | 57 | 71 | 50 |
| Binary | 10100010 | 10001000 | 101100 | 0 | 10000 | 1001001 | 100100 | 101111 | 111001 | 101000 |
Color Harmonies of #A2882C
Complementary color
Monochromatic Colors of #A2882C
Black with #A2882C
Text Example
Text Example
White with #A2882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2882C; }
p { color: rgb(162,136,44); }
H1.HeaderClassName
{
color: #A2882C;
}
.AnyTagClassName
{
color: #A2882C;
}
</style>
background-color css
<style>
a { background-color: #A2882C; }
a { background-color: rgb(162,136,44); }
div.DivClassName
{
background-color: #A2882C;
}
.BgClassName
{
background-color: #A2882C;
}
</style>
border-color css
<style>
span { border-color: #A2882C; }
span { border-color: rgb(162,136,44); }
td.TdClassName
{
border-color: #A2882C;
}
.TagClassName
{
border-color: #A2882C;
}
</style>