Shades of Reef Gold #A0902D
Tints of Reef Gold #A0902D
RGB
CMYK
RGB Variations
Color information
#A0902D (or 0xA0902D) is known color: Reef Gold. HEX triplet: A0, 90 and 2D. RGB value is (160,144,45). Sum of RGB (Red+Green+Blue) = 160+144+45=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A0902D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0902D is #5F6FD2. Grayscale: #898989. Windows color (decimal): -6254547 or 2986144. OLE color: 2986144.
HSL color Cylindrical-coordinate representation of color #A0902D: hue angle of 51.65º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0902D is Cyan = 0, Magento = 0.1, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 45 | - |
| CMYK | 0 | 0.1 | 0.72 | 0.37 |
| HSL | 51.65º | 0.56% | 0.4% | - |
| HSV(B) | 51.65º | 0.72% | 0.63% | - |
| XYZ | 24.94 | 27.61 | 6.5 | - |
| YUV | 137.5 | 75.8 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 45 | 0 | 0.1 | 0.72 | 0.37 | 51.65 | 0.56 | 0.4 |
| Hex | A0 | 90 | 2D | 0 | A | 48 | 25 | 34 | 38 | 28 |
| Octal | 240 | 220 | 55 | 0 | 12 | 110 | 45 | 64 | 70 | 50 |
| Binary | 10100000 | 10010000 | 101101 | 0 | 1010 | 1001000 | 100101 | 110100 | 111000 | 101000 |
Color Harmonies of #A0902D
Complementary color
Monochromatic Colors of #A0902D
Black with #A0902D
Text Example
Text Example
White with #A0902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0902D; }
p { color: rgb(160,144,45); }
H1.HeaderClassName
{
color: #A0902D;
}
.AnyTagClassName
{
color: #A0902D;
}
</style>
background-color css
<style>
a { background-color: #A0902D; }
a { background-color: rgb(160,144,45); }
div.DivClassName
{
background-color: #A0902D;
}
.BgClassName
{
background-color: #A0902D;
}
</style>
border-color css
<style>
span { border-color: #A0902D; }
span { border-color: rgb(160,144,45); }
td.TdClassName
{
border-color: #A0902D;
}
.TagClassName
{
border-color: #A0902D;
}
</style>