Shades of Reef Gold #A0843B
Tints of Reef Gold #A0843B
RGB
CMYK
RGB Variations
Color information
#A0843B (or 0xA0843B) is known color: Reef Gold. HEX triplet: A0, 84 and 3B. RGB value is (160,132,59). Sum of RGB (Red+Green+Blue) = 160+132+59=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0843B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0843B is #5F7BC4. Grayscale: #848484. Windows color (decimal): -6257605 or 3900576. OLE color: 3900576.
HSL color Cylindrical-coordinate representation of color #A0843B: hue angle of 43.37º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0843B is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 59 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.37 |
| HSL | 43.37º | 0.46% | 0.43% | - |
| HSV(B) | 43.37º | 0.63% | 0.63% | - |
| XYZ | 23.54 | 24.29 | 7.59 | - |
| YUV | 132.05 | 86.78 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 59 | 0 | 0.17 | 0.63 | 0.37 | 43.37 | 0.46 | 0.43 |
| Hex | A0 | 84 | 3B | 0 | 11 | 3F | 25 | 2B | 2E | 2B |
| Octal | 240 | 204 | 73 | 0 | 21 | 77 | 45 | 53 | 56 | 53 |
| Binary | 10100000 | 10000100 | 111011 | 0 | 10001 | 111111 | 100101 | 101011 | 101110 | 101011 |
Color Harmonies of #A0843B
Complementary color
Monochromatic Colors of #A0843B
Black with #A0843B
Text Example
Text Example
White with #A0843B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0843B; }
p { color: rgb(160,132,59); }
H1.HeaderClassName
{
color: #A0843B;
}
.AnyTagClassName
{
color: #A0843B;
}
</style>
background-color css
<style>
a { background-color: #A0843B; }
a { background-color: rgb(160,132,59); }
div.DivClassName
{
background-color: #A0843B;
}
.BgClassName
{
background-color: #A0843B;
}
</style>
border-color css
<style>
span { border-color: #A0843B; }
span { border-color: rgb(160,132,59); }
td.TdClassName
{
border-color: #A0843B;
}
.TagClassName
{
border-color: #A0843B;
}
</style>