Shades of Reef Gold #AF8E30
Tints of Reef Gold #AF8E30
RGB
CMYK
RGB Variations
Color information
#AF8E30 (or 0xAF8E30) is known color: Reef Gold. HEX triplet: AF, 8E and 30. RGB value is (175,142,48). Sum of RGB (Red+Green+Blue) = 175+142+48=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8E30 is #5071CF. Grayscale: #8D8D8D. Windows color (decimal): -5272016 or 3182255. OLE color: 3182255.
HSL color Cylindrical-coordinate representation of color #AF8E30: hue angle of 44.41º degrees, saturation: 0.57, 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 #AF8E30 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 142 | 48 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.31 |
| HSL | 44.41º | 0.57% | 0.44% | - |
| HSV(B) | 44.41º | 0.73% | 0.69% | - |
| XYZ | 27.89 | 28.67 | 6.86 | - |
| YUV | 141.15 | 75.43 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 48 | 0 | 0.19 | 0.73 | 0.31 | 44.41 | 0.57 | 0.44 |
| Hex | AF | 8E | 30 | 0 | 13 | 49 | 1F | 2C | 39 | 2C |
| Octal | 257 | 216 | 60 | 0 | 23 | 111 | 37 | 54 | 71 | 54 |
| Binary | 10101111 | 10001110 | 110000 | 0 | 10011 | 1001001 | 11111 | 101100 | 111001 | 101100 |
Color Harmonies of #AF8E30
Complementary color
Monochromatic Colors of #AF8E30
Black with #AF8E30
Text Example
Text Example
White with #AF8E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8E30; }
p { color: rgb(175,142,48); }
H1.HeaderClassName
{
color: #AF8E30;
}
.AnyTagClassName
{
color: #AF8E30;
}
</style>
background-color css
<style>
a { background-color: #AF8E30; }
a { background-color: rgb(175,142,48); }
div.DivClassName
{
background-color: #AF8E30;
}
.BgClassName
{
background-color: #AF8E30;
}
</style>
border-color css
<style>
span { border-color: #AF8E30; }
span { border-color: rgb(175,142,48); }
td.TdClassName
{
border-color: #AF8E30;
}
.TagClassName
{
border-color: #AF8E30;
}
</style>