Shades of Reef Gold #AF8F34
Tints of Reef Gold #AF8F34
RGB
CMYK
RGB Variations
Color information
#AF8F34 (or 0xAF8F34) is known color: Reef Gold. HEX triplet: AF, 8F and 34. RGB value is (175,143,52). Sum of RGB (Red+Green+Blue) = 175+143+52=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8F34 is #5070CB. Grayscale: #8E8E8E. Windows color (decimal): -5271756 or 3444655. OLE color: 3444655.
HSL color Cylindrical-coordinate representation of color #AF8F34: hue angle of 44.39º 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 #AF8F34 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 52 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.31 |
| HSL | 44.39º | 0.54% | 0.45% | - |
| HSV(B) | 44.39º | 0.7% | 0.69% | - |
| XYZ | 28.12 | 29.01 | 7.37 | - |
| YUV | 142.19 | 77.1 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 52 | 0 | 0.18 | 0.70 | 0.31 | 44.39 | 0.54 | 0.45 |
| Hex | AF | 8F | 34 | 0 | 12 | 46 | 1F | 2C | 36 | 2D |
| Octal | 257 | 217 | 64 | 0 | 22 | 106 | 37 | 54 | 66 | 55 |
| Binary | 10101111 | 10001111 | 110100 | 0 | 10010 | 1000110 | 11111 | 101100 | 110110 | 101101 |
Color Harmonies of #AF8F34
Complementary color
Monochromatic Colors of #AF8F34
Black with #AF8F34
Text Example
Text Example
White with #AF8F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F34; }
p { color: rgb(175,143,52); }
H1.HeaderClassName
{
color: #AF8F34;
}
.AnyTagClassName
{
color: #AF8F34;
}
</style>
background-color css
<style>
a { background-color: #AF8F34; }
a { background-color: rgb(175,143,52); }
div.DivClassName
{
background-color: #AF8F34;
}
.BgClassName
{
background-color: #AF8F34;
}
</style>
border-color css
<style>
span { border-color: #AF8F34; }
span { border-color: rgb(175,143,52); }
td.TdClassName
{
border-color: #AF8F34;
}
.TagClassName
{
border-color: #AF8F34;
}
</style>