Shades of Reef Gold #AF9434
Tints of Reef Gold #AF9434
RGB
CMYK
RGB Variations
Color information
#AF9434 (or 0xAF9434) is known color: Reef Gold. HEX triplet: AF, 94 and 34. RGB value is (175,148,52). Sum of RGB (Red+Green+Blue) = 175+148+52=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9434 is #506BCB. Grayscale: #919191. Windows color (decimal): -5270476 or 3445935. OLE color: 3445935.
HSL color Cylindrical-coordinate representation of color #AF9434: hue angle of 46.83º 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 #AF9434 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 52 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.31 |
| HSL | 46.83º | 0.54% | 0.45% | - |
| HSV(B) | 46.83º | 0.7% | 0.69% | - |
| XYZ | 28.89 | 30.54 | 7.62 | - |
| YUV | 145.13 | 75.45 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 52 | 0 | 0.15 | 0.70 | 0.31 | 46.83 | 0.54 | 0.45 |
| Hex | AF | 94 | 34 | 0 | F | 46 | 1F | 2F | 36 | 2D |
| Octal | 257 | 224 | 64 | 0 | 17 | 106 | 37 | 57 | 66 | 55 |
| Binary | 10101111 | 10010100 | 110100 | 0 | 1111 | 1000110 | 11111 | 101111 | 110110 | 101101 |
Color Harmonies of #AF9434
Complementary color
Monochromatic Colors of #AF9434
Black with #AF9434
Text Example
Text Example
White with #AF9434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9434; }
p { color: rgb(175,148,52); }
H1.HeaderClassName
{
color: #AF9434;
}
.AnyTagClassName
{
color: #AF9434;
}
</style>
background-color css
<style>
a { background-color: #AF9434; }
a { background-color: rgb(175,148,52); }
div.DivClassName
{
background-color: #AF9434;
}
.BgClassName
{
background-color: #AF9434;
}
</style>
border-color css
<style>
span { border-color: #AF9434; }
span { border-color: rgb(175,148,52); }
td.TdClassName
{
border-color: #AF9434;
}
.TagClassName
{
border-color: #AF9434;
}
</style>