Shades of Reef Gold #AF9737
Tints of Reef Gold #AF9737
RGB
CMYK
RGB Variations
Color information
#AF9737 (or 0xAF9737) is known color: Reef Gold. HEX triplet: AF, 97 and 37. RGB value is (175,151,55). Sum of RGB (Red+Green+Blue) = 175+151+55=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9737 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9737 is #5068C8. Grayscale: #939393. Windows color (decimal): -5269705 or 3643311. OLE color: 3643311.
HSL color Cylindrical-coordinate representation of color #AF9737: hue angle of 48º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF9737 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 151 | 55 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.31 |
| HSL | 48º | 0.52% | 0.45% | - |
| HSV(B) | 48º | 0.69% | 0.69% | - |
| XYZ | 29.44 | 31.52 | 8.15 | - |
| YUV | 147.23 | 75.95 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 151 | 55 | 0 | 0.14 | 0.69 | 0.31 | 48 | 0.52 | 0.45 |
| Hex | AF | 97 | 37 | 0 | E | 45 | 1F | 30 | 34 | 2D |
| Octal | 257 | 227 | 67 | 0 | 16 | 105 | 37 | 60 | 64 | 55 |
| Binary | 10101111 | 10010111 | 110111 | 0 | 1110 | 1000101 | 11111 | 110000 | 110100 | 101101 |
Color Harmonies of #AF9737
Complementary color
Monochromatic Colors of #AF9737
Black with #AF9737
Text Example
Text Example
White with #AF9737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9737; }
p { color: rgb(175,151,55); }
H1.HeaderClassName
{
color: #AF9737;
}
.AnyTagClassName
{
color: #AF9737;
}
</style>
background-color css
<style>
a { background-color: #AF9737; }
a { background-color: rgb(175,151,55); }
div.DivClassName
{
background-color: #AF9737;
}
.BgClassName
{
background-color: #AF9737;
}
</style>
border-color css
<style>
span { border-color: #AF9737; }
span { border-color: rgb(175,151,55); }
td.TdClassName
{
border-color: #AF9737;
}
.TagClassName
{
border-color: #AF9737;
}
</style>