Shades of Reef Gold #AF9937
Tints of Reef Gold #AF9937
RGB
CMYK
RGB Variations
Color information
#AF9937 (or 0xAF9937) is known color: Reef Gold. HEX triplet: AF, 99 and 37. RGB value is (175,153,55). Sum of RGB (Red+Green+Blue) = 175+153+55=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 55 (21.88% from 255 or 14.36% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9937 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9937 is #5066C8. Grayscale: #949494. Windows color (decimal): -5269193 or 3643823. OLE color: 3643823.
HSL color Cylindrical-coordinate representation of color #AF9937: hue angle of 49º 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 #AF9937 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 55 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.31 |
| HSL | 49º | 0.52% | 0.45% | - |
| HSV(B) | 49º | 0.69% | 0.69% | - |
| XYZ | 29.76 | 32.17 | 8.26 | - |
| YUV | 148.41 | 75.29 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 55 | 0 | 0.13 | 0.69 | 0.31 | 49 | 0.52 | 0.45 |
| Hex | AF | 99 | 37 | 0 | D | 45 | 1F | 31 | 34 | 2D |
| Octal | 257 | 231 | 67 | 0 | 15 | 105 | 37 | 61 | 64 | 55 |
| Binary | 10101111 | 10011001 | 110111 | 0 | 1101 | 1000101 | 11111 | 110001 | 110100 | 101101 |
Color Harmonies of #AF9937
Complementary color
Monochromatic Colors of #AF9937
Black with #AF9937
Text Example
Text Example
White with #AF9937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9937; }
p { color: rgb(175,153,55); }
H1.HeaderClassName
{
color: #AF9937;
}
.AnyTagClassName
{
color: #AF9937;
}
</style>
background-color css
<style>
a { background-color: #AF9937; }
a { background-color: rgb(175,153,55); }
div.DivClassName
{
background-color: #AF9937;
}
.BgClassName
{
background-color: #AF9937;
}
</style>
border-color css
<style>
span { border-color: #AF9937; }
span { border-color: rgb(175,153,55); }
td.TdClassName
{
border-color: #AF9937;
}
.TagClassName
{
border-color: #AF9937;
}
</style>