Shades of Reef Gold #A0883C
Tints of Reef Gold #A0883C
RGB
CMYK
RGB Variations
Color information
#A0883C (or 0xA0883C) is known color: Reef Gold. HEX triplet: A0, 88 and 3C. RGB value is (160,136,60). Sum of RGB (Red+Green+Blue) = 160+136+60=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A0883C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0883C is #5F77C3. Grayscale: #868686. Windows color (decimal): -6256580 or 3967136. OLE color: 3967136.
HSL color Cylindrical-coordinate representation of color #A0883C: hue angle of 45.6º 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 #A0883C is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 136 | 60 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.37 |
| HSL | 45.6º | 0.45% | 0.43% | - |
| HSV(B) | 45.6º | 0.63% | 0.63% | - |
| XYZ | 24.12 | 25.41 | 7.91 | - |
| YUV | 134.51 | 85.95 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 60 | 0 | 0.15 | 0.62 | 0.37 | 45.6 | 0.45 | 0.43 |
| Hex | A0 | 88 | 3C | 0 | F | 3E | 25 | 2E | 2D | 2B |
| Octal | 240 | 210 | 74 | 0 | 17 | 76 | 45 | 56 | 55 | 53 |
| Binary | 10100000 | 10001000 | 111100 | 0 | 1111 | 111110 | 100101 | 101110 | 101101 | 101011 |
Color Harmonies of #A0883C
Complementary color
Monochromatic Colors of #A0883C
Black with #A0883C
Text Example
Text Example
White with #A0883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0883C; }
p { color: rgb(160,136,60); }
H1.HeaderClassName
{
color: #A0883C;
}
.AnyTagClassName
{
color: #A0883C;
}
</style>
background-color css
<style>
a { background-color: #A0883C; }
a { background-color: rgb(160,136,60); }
div.DivClassName
{
background-color: #A0883C;
}
.BgClassName
{
background-color: #A0883C;
}
</style>
border-color css
<style>
span { border-color: #A0883C; }
span { border-color: rgb(160,136,60); }
td.TdClassName
{
border-color: #A0883C;
}
.TagClassName
{
border-color: #A0883C;
}
</style>