Shades of Reef Gold #AF9934
Tints of Reef Gold #AF9934
RGB
CMYK
RGB Variations
Color information
#AF9934 (or 0xAF9934) is known color: Reef Gold. HEX triplet: AF, 99 and 34. RGB value is (175,153,52). Sum of RGB (Red+Green+Blue) = 175+153+52=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9934 is #5066CB. Grayscale: #949494. Windows color (decimal): -5269196 or 3447215. OLE color: 3447215.
HSL color Cylindrical-coordinate representation of color #AF9934: hue angle of 49.27º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF9934 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 52 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.31 |
| HSL | 49.27º | 0.54% | 0.45% | - |
| HSV(B) | 49.27º | 0.7% | 0.69% | - |
| XYZ | 29.69 | 32.14 | 7.89 | - |
| YUV | 148.06 | 73.79 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 52 | 0 | 0.13 | 0.70 | 0.31 | 49.27 | 0.54 | 0.45 |
| Hex | AF | 99 | 34 | 0 | D | 46 | 1F | 31 | 36 | 2D |
| Octal | 257 | 231 | 64 | 0 | 15 | 106 | 37 | 61 | 66 | 55 |
| Binary | 10101111 | 10011001 | 110100 | 0 | 1101 | 1000110 | 11111 | 110001 | 110110 | 101101 |
Color Harmonies of #AF9934
Complementary color
Monochromatic Colors of #AF9934
Black with #AF9934
Text Example
Text Example
White with #AF9934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9934; }
p { color: rgb(175,153,52); }
H1.HeaderClassName
{
color: #AF9934;
}
.AnyTagClassName
{
color: #AF9934;
}
</style>
background-color css
<style>
a { background-color: #AF9934; }
a { background-color: rgb(175,153,52); }
div.DivClassName
{
background-color: #AF9934;
}
.BgClassName
{
background-color: #AF9934;
}
</style>
border-color css
<style>
span { border-color: #AF9934; }
span { border-color: rgb(175,153,52); }
td.TdClassName
{
border-color: #AF9934;
}
.TagClassName
{
border-color: #AF9934;
}
</style>