Shades of Reef Gold #AF8628
Tints of Reef Gold #AF8628
RGB
CMYK
RGB Variations
Color information
#AF8628 (or 0xAF8628) is known color: Reef Gold. HEX triplet: AF, 86 and 28. RGB value is (175,134,40). Sum of RGB (Red+Green+Blue) = 175+134+40=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8628 is #5079D7. Grayscale: #878787. Windows color (decimal): -5274072 or 2655919. OLE color: 2655919.
HSL color Cylindrical-coordinate representation of color #AF8628: hue angle of 41.78º 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 #AF8628 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 40 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.31 |
| HSL | 41.78º | 0.63% | 0.42% | - |
| HSV(B) | 41.78º | 0.77% | 0.69% | - |
| XYZ | 26.59 | 26.32 | 5.69 | - |
| YUV | 135.54 | 74.08 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 40 | 0 | 0.23 | 0.77 | 0.31 | 41.78 | 0.63 | 0.42 |
| Hex | AF | 86 | 28 | 0 | 17 | 4D | 1F | 2A | 3F | 2A |
| Octal | 257 | 206 | 50 | 0 | 27 | 115 | 37 | 52 | 77 | 52 |
| Binary | 10101111 | 10000110 | 101000 | 0 | 10111 | 1001101 | 11111 | 101010 | 111111 | 101010 |
Color Harmonies of #AF8628
Complementary color
Monochromatic Colors of #AF8628
Black with #AF8628
Text Example
Text Example
White with #AF8628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8628; }
p { color: rgb(175,134,40); }
H1.HeaderClassName
{
color: #AF8628;
}
.AnyTagClassName
{
color: #AF8628;
}
</style>
background-color css
<style>
a { background-color: #AF8628; }
a { background-color: rgb(175,134,40); }
div.DivClassName
{
background-color: #AF8628;
}
.BgClassName
{
background-color: #AF8628;
}
</style>
border-color css
<style>
span { border-color: #AF8628; }
span { border-color: rgb(175,134,40); }
td.TdClassName
{
border-color: #AF8628;
}
.TagClassName
{
border-color: #AF8628;
}
</style>