Shades of Reef Gold #A0952F
Tints of Reef Gold #A0952F
RGB
CMYK
RGB Variations
Color information
#A0952F (or 0xA0952F) is known color: Reef Gold. HEX triplet: A0, 95 and 2F. RGB value is (160,149,47). Sum of RGB (Red+Green+Blue) = 160+149+47=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A0952F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0952F is #5F6AD0. Grayscale: #8D8D8D. Windows color (decimal): -6253265 or 3118496. OLE color: 3118496.
HSL color Cylindrical-coordinate representation of color #A0952F: hue angle of 54.16º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0952F is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 47 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.37 |
| HSL | 54.16º | 0.55% | 0.41% | - |
| HSV(B) | 54.16º | 0.71% | 0.63% | - |
| XYZ | 25.76 | 29.17 | 6.96 | - |
| YUV | 140.66 | 75.14 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 47 | 0 | 0.07 | 0.71 | 0.37 | 54.16 | 0.55 | 0.41 |
| Hex | A0 | 95 | 2F | 0 | 7 | 47 | 25 | 36 | 37 | 29 |
| Octal | 240 | 225 | 57 | 0 | 7 | 107 | 45 | 66 | 67 | 51 |
| Binary | 10100000 | 10010101 | 101111 | 0 | 111 | 1000111 | 100101 | 110110 | 110111 | 101001 |
Color Harmonies of #A0952F
Complementary color
Monochromatic Colors of #A0952F
Black with #A0952F
Text Example
Text Example
White with #A0952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0952F; }
p { color: rgb(160,149,47); }
H1.HeaderClassName
{
color: #A0952F;
}
.AnyTagClassName
{
color: #A0952F;
}
</style>
background-color css
<style>
a { background-color: #A0952F; }
a { background-color: rgb(160,149,47); }
div.DivClassName
{
background-color: #A0952F;
}
.BgClassName
{
background-color: #A0952F;
}
</style>
border-color css
<style>
span { border-color: #A0952F; }
span { border-color: rgb(160,149,47); }
td.TdClassName
{
border-color: #A0952F;
}
.TagClassName
{
border-color: #A0952F;
}
</style>