Shades of Reef Gold #A07F36
Tints of Reef Gold #A07F36
RGB
CMYK
RGB Variations
Color information
#A07F36 (or 0xA07F36) is known color: Reef Gold. HEX triplet: A0, 7F and 36. RGB value is (160,127,54). Sum of RGB (Red+Green+Blue) = 160+127+54=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07F36 is #5F80C9. Grayscale: #808080. Windows color (decimal): -6258890 or 3571616. OLE color: 3571616.
HSL color Cylindrical-coordinate representation of color #A07F36: hue angle of 41.32º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A07F36 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 127 | 54 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.37 |
| HSL | 41.32º | 0.5% | 0.42% | - |
| HSV(B) | 41.32º | 0.66% | 0.63% | - |
| XYZ | 22.75 | 22.92 | 6.71 | - |
| YUV | 128.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 54 | 0 | 0.21 | 0.66 | 0.37 | 41.32 | 0.5 | 0.42 |
| Hex | A0 | 7F | 36 | 0 | 15 | 42 | 25 | 29 | 32 | 2A |
| Octal | 240 | 177 | 66 | 0 | 25 | 102 | 45 | 51 | 62 | 52 |
| Binary | 10100000 | 1111111 | 110110 | 0 | 10101 | 1000010 | 100101 | 101001 | 110010 | 101010 |
Color Harmonies of #A07F36
Complementary color
Monochromatic Colors of #A07F36
Black with #A07F36
Text Example
Text Example
White with #A07F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07F36; }
p { color: rgb(160,127,54); }
H1.HeaderClassName
{
color: #A07F36;
}
.AnyTagClassName
{
color: #A07F36;
}
</style>
background-color css
<style>
a { background-color: #A07F36; }
a { background-color: rgb(160,127,54); }
div.DivClassName
{
background-color: #A07F36;
}
.BgClassName
{
background-color: #A07F36;
}
</style>
border-color css
<style>
span { border-color: #A07F36; }
span { border-color: rgb(160,127,54); }
td.TdClassName
{
border-color: #A07F36;
}
.TagClassName
{
border-color: #A07F36;
}
</style>