Shades of Reef Gold #AF8B2F
Tints of Reef Gold #AF8B2F
RGB
CMYK
RGB Variations
Color information
#AF8B2F (or 0xAF8B2F) is known color: Reef Gold. HEX triplet: AF, 8B and 2F. RGB value is (175,139,47). Sum of RGB (Red+Green+Blue) = 175+139+47=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8B2F is #5074D0. Grayscale: #8B8B8B. Windows color (decimal): -5272785 or 3115951. OLE color: 3115951.
HSL color Cylindrical-coordinate representation of color #AF8B2F: hue angle of 43.12º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF8B2F is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 47 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.31 |
| HSL | 43.13º | 0.58% | 0.44% | - |
| HSV(B) | 43.13º | 0.73% | 0.69% | - |
| XYZ | 27.42 | 27.78 | 6.61 | - |
| YUV | 139.28 | 75.93 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 47 | 0 | 0.21 | 0.73 | 0.31 | 43.13 | 0.58 | 0.44 |
| Hex | AF | 8B | 2F | 0 | 15 | 49 | 1F | 2B | 3A | 2C |
| Octal | 257 | 213 | 57 | 0 | 25 | 111 | 37 | 53 | 72 | 54 |
| Binary | 10101111 | 10001011 | 101111 | 0 | 10101 | 1001001 | 11111 | 101011 | 111010 | 101100 |
Color Harmonies of #AF8B2F
Complementary color
Monochromatic Colors of #AF8B2F
Black with #AF8B2F
Text Example
Text Example
White with #AF8B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8B2F; }
p { color: rgb(175,139,47); }
H1.HeaderClassName
{
color: #AF8B2F;
}
.AnyTagClassName
{
color: #AF8B2F;
}
</style>
background-color css
<style>
a { background-color: #AF8B2F; }
a { background-color: rgb(175,139,47); }
div.DivClassName
{
background-color: #AF8B2F;
}
.BgClassName
{
background-color: #AF8B2F;
}
</style>
border-color css
<style>
span { border-color: #AF8B2F; }
span { border-color: rgb(175,139,47); }
td.TdClassName
{
border-color: #AF8B2F;
}
.TagClassName
{
border-color: #AF8B2F;
}
</style>