Shades of Reef Gold #A0903E
Tints of Reef Gold #A0903E
RGB
CMYK
RGB Variations
Color information
#A0903E (or 0xA0903E) is known color: Reef Gold. HEX triplet: A0, 90 and 3E. RGB value is (160,144,62). Sum of RGB (Red+Green+Blue) = 160+144+62=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A0903E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0903E is #5F6FC1. Grayscale: #8B8B8B. Windows color (decimal): -6254530 or 4100256. OLE color: 4100256.
HSL color Cylindrical-coordinate representation of color #A0903E: hue angle of 50.2º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0903E is Cyan = 0, Magento = 0.1, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 62 | - |
| CMYK | 0 | 0.1 | 0.61 | 0.37 |
| HSL | 50.2º | 0.44% | 0.44% | - |
| HSV(B) | 50.2º | 0.61% | 0.63% | - |
| XYZ | 25.34 | 27.77 | 8.58 | - |
| YUV | 139.44 | 84.3 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 62 | 0 | 0.1 | 0.61 | 0.37 | 50.2 | 0.44 | 0.44 |
| Hex | A0 | 90 | 3E | 0 | A | 3D | 25 | 32 | 2C | 2C |
| Octal | 240 | 220 | 76 | 0 | 12 | 75 | 45 | 62 | 54 | 54 |
| Binary | 10100000 | 10010000 | 111110 | 0 | 1010 | 111101 | 100101 | 110010 | 101100 | 101100 |
Color Harmonies of #A0903E
Complementary color
Monochromatic Colors of #A0903E
Black with #A0903E
Text Example
Text Example
White with #A0903E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0903E; }
p { color: rgb(160,144,62); }
H1.HeaderClassName
{
color: #A0903E;
}
.AnyTagClassName
{
color: #A0903E;
}
</style>
background-color css
<style>
a { background-color: #A0903E; }
a { background-color: rgb(160,144,62); }
div.DivClassName
{
background-color: #A0903E;
}
.BgClassName
{
background-color: #A0903E;
}
</style>
border-color css
<style>
span { border-color: #A0903E; }
span { border-color: rgb(160,144,62); }
td.TdClassName
{
border-color: #A0903E;
}
.TagClassName
{
border-color: #A0903E;
}
</style>