Shades of Reef Gold #A0882F
Tints of Reef Gold #A0882F
RGB
CMYK
RGB Variations
Color information
#A0882F (or 0xA0882F) is known color: Reef Gold. HEX triplet: A0, 88 and 2F. RGB value is (160,136,47). Sum of RGB (Red+Green+Blue) = 160+136+47=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A0882F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0882F is #5F77D0. Grayscale: #858585. Windows color (decimal): -6256593 or 3115168. OLE color: 3115168.
HSL color Cylindrical-coordinate representation of color #A0882F: hue angle of 47.26º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0882F is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 136 | 47 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.37 |
| HSL | 47.26º | 0.55% | 0.41% | - |
| HSV(B) | 47.26º | 0.71% | 0.63% | - |
| XYZ | 23.81 | 25.29 | 6.32 | - |
| YUV | 133.03 | 79.45 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 47 | 0 | 0.15 | 0.71 | 0.37 | 47.26 | 0.55 | 0.41 |
| Hex | A0 | 88 | 2F | 0 | F | 47 | 25 | 2F | 37 | 29 |
| Octal | 240 | 210 | 57 | 0 | 17 | 107 | 45 | 57 | 67 | 51 |
| Binary | 10100000 | 10001000 | 101111 | 0 | 1111 | 1000111 | 100101 | 101111 | 110111 | 101001 |
Color Harmonies of #A0882F
Complementary color
Monochromatic Colors of #A0882F
Black with #A0882F
Text Example
Text Example
White with #A0882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0882F; }
p { color: rgb(160,136,47); }
H1.HeaderClassName
{
color: #A0882F;
}
.AnyTagClassName
{
color: #A0882F;
}
</style>
background-color css
<style>
a { background-color: #A0882F; }
a { background-color: rgb(160,136,47); }
div.DivClassName
{
background-color: #A0882F;
}
.BgClassName
{
background-color: #A0882F;
}
</style>
border-color css
<style>
span { border-color: #A0882F; }
span { border-color: rgb(160,136,47); }
td.TdClassName
{
border-color: #A0882F;
}
.TagClassName
{
border-color: #A0882F;
}
</style>