Shades of Reef Gold #A0893D
Tints of Reef Gold #A0893D
RGB
CMYK
RGB Variations
Color information
#A0893D (or 0xA0893D) is known color: Reef Gold. HEX triplet: A0, 89 and 3D. RGB value is (160,137,61). Sum of RGB (Red+Green+Blue) = 160+137+61=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A0893D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0893D is #5F76C2. Grayscale: #878787. Windows color (decimal): -6256323 or 4032928. OLE color: 4032928.
HSL color Cylindrical-coordinate representation of color #A0893D: hue angle of 46.06º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0893D is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 61 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.37 |
| HSL | 46.06º | 0.45% | 0.43% | - |
| HSV(B) | 46.06º | 0.62% | 0.63% | - |
| XYZ | 24.29 | 25.7 | 8.1 | - |
| YUV | 135.21 | 86.12 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 61 | 0 | 0.14 | 0.62 | 0.37 | 46.06 | 0.45 | 0.43 |
| Hex | A0 | 89 | 3D | 0 | E | 3E | 25 | 2E | 2D | 2B |
| Octal | 240 | 211 | 75 | 0 | 16 | 76 | 45 | 56 | 55 | 53 |
| Binary | 10100000 | 10001001 | 111101 | 0 | 1110 | 111110 | 100101 | 101110 | 101101 | 101011 |
Color Harmonies of #A0893D
Complementary color
Monochromatic Colors of #A0893D
Black with #A0893D
Text Example
Text Example
White with #A0893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0893D; }
p { color: rgb(160,137,61); }
H1.HeaderClassName
{
color: #A0893D;
}
.AnyTagClassName
{
color: #A0893D;
}
</style>
background-color css
<style>
a { background-color: #A0893D; }
a { background-color: rgb(160,137,61); }
div.DivClassName
{
background-color: #A0893D;
}
.BgClassName
{
background-color: #A0893D;
}
</style>
border-color css
<style>
span { border-color: #A0893D; }
span { border-color: rgb(160,137,61); }
td.TdClassName
{
border-color: #A0893D;
}
.TagClassName
{
border-color: #A0893D;
}
</style>