Shades of Reef Gold #AF8F33
Tints of Reef Gold #AF8F33
RGB
CMYK
RGB Variations
Color information
#AF8F33 (or 0xAF8F33) is known color: Reef Gold. HEX triplet: AF, 8F and 33. RGB value is (175,143,51). Sum of RGB (Red+Green+Blue) = 175+143+51=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8F33 is #5070CC. Grayscale: #8E8E8E. Windows color (decimal): -5271757 or 3379119. OLE color: 3379119.
HSL color Cylindrical-coordinate representation of color #AF8F33: hue angle of 44.52º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF8F33 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 51 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.31 |
| HSL | 44.52º | 0.55% | 0.44% | - |
| HSV(B) | 44.52º | 0.71% | 0.69% | - |
| XYZ | 28.1 | 29 | 7.25 | - |
| YUV | 142.08 | 76.6 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 51 | 0 | 0.18 | 0.71 | 0.31 | 44.52 | 0.55 | 0.44 |
| Hex | AF | 8F | 33 | 0 | 12 | 47 | 1F | 2D | 37 | 2C |
| Octal | 257 | 217 | 63 | 0 | 22 | 107 | 37 | 55 | 67 | 54 |
| Binary | 10101111 | 10001111 | 110011 | 0 | 10010 | 1000111 | 11111 | 101101 | 110111 | 101100 |
Color Harmonies of #AF8F33
Complementary color
Monochromatic Colors of #AF8F33
Black with #AF8F33
Text Example
Text Example
White with #AF8F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F33; }
p { color: rgb(175,143,51); }
H1.HeaderClassName
{
color: #AF8F33;
}
.AnyTagClassName
{
color: #AF8F33;
}
</style>
background-color css
<style>
a { background-color: #AF8F33; }
a { background-color: rgb(175,143,51); }
div.DivClassName
{
background-color: #AF8F33;
}
.BgClassName
{
background-color: #AF8F33;
}
</style>
border-color css
<style>
span { border-color: #AF8F33; }
span { border-color: rgb(175,143,51); }
td.TdClassName
{
border-color: #AF8F33;
}
.TagClassName
{
border-color: #AF8F33;
}
</style>