Shades of Reef Gold #AF8728
Tints of Reef Gold #AF8728
RGB
CMYK
RGB Variations
Color information
#AF8728 (or 0xAF8728) is known color: Reef Gold. HEX triplet: AF, 87 and 28. RGB value is (175,135,40). Sum of RGB (Red+Green+Blue) = 175+135+40=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8728 is #5078D7. Grayscale: #888888. Windows color (decimal): -5273816 or 2656175. OLE color: 2656175.
HSL color Cylindrical-coordinate representation of color #AF8728: hue angle of 42.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF8728 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 40 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.31 |
| HSL | 42.22º | 0.63% | 0.42% | - |
| HSV(B) | 42.22º | 0.77% | 0.69% | - |
| XYZ | 26.73 | 26.6 | 5.73 | - |
| YUV | 136.13 | 73.75 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 40 | 0 | 0.23 | 0.77 | 0.31 | 42.22 | 0.63 | 0.42 |
| Hex | AF | 87 | 28 | 0 | 17 | 4D | 1F | 2A | 3F | 2A |
| Octal | 257 | 207 | 50 | 0 | 27 | 115 | 37 | 52 | 77 | 52 |
| Binary | 10101111 | 10000111 | 101000 | 0 | 10111 | 1001101 | 11111 | 101010 | 111111 | 101010 |
Color Harmonies of #AF8728
Complementary color
Monochromatic Colors of #AF8728
Black with #AF8728
Text Example
Text Example
White with #AF8728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8728; }
p { color: rgb(175,135,40); }
H1.HeaderClassName
{
color: #AF8728;
}
.AnyTagClassName
{
color: #AF8728;
}
</style>
background-color css
<style>
a { background-color: #AF8728; }
a { background-color: rgb(175,135,40); }
div.DivClassName
{
background-color: #AF8728;
}
.BgClassName
{
background-color: #AF8728;
}
</style>
border-color css
<style>
span { border-color: #AF8728; }
span { border-color: rgb(175,135,40); }
td.TdClassName
{
border-color: #AF8728;
}
.TagClassName
{
border-color: #AF8728;
}
</style>