Shades of Reef Gold #AF8729
Tints of Reef Gold #AF8729
RGB
CMYK
RGB Variations
Color information
#AF8729 (or 0xAF8729) is known color: Reef Gold. HEX triplet: AF, 87 and 29. RGB value is (175,135,41). Sum of RGB (Red+Green+Blue) = 175+135+41=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8729 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8729 is #5078D6. Grayscale: #888888. Windows color (decimal): -5273815 or 2721711. OLE color: 2721711.
HSL color Cylindrical-coordinate representation of color #AF8729: hue angle of 42.09º degrees, saturation: 0.62, 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 #AF8729 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 41 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.31 |
| HSL | 42.09º | 0.62% | 0.42% | - |
| HSV(B) | 42.09º | 0.77% | 0.69% | - |
| XYZ | 26.74 | 26.6 | 5.82 | - |
| YUV | 136.24 | 74.25 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 41 | 0 | 0.23 | 0.77 | 0.31 | 42.09 | 0.62 | 0.42 |
| Hex | AF | 87 | 29 | 0 | 17 | 4D | 1F | 2A | 3E | 2A |
| Octal | 257 | 207 | 51 | 0 | 27 | 115 | 37 | 52 | 76 | 52 |
| Binary | 10101111 | 10000111 | 101001 | 0 | 10111 | 1001101 | 11111 | 101010 | 111110 | 101010 |
Color Harmonies of #AF8729
Complementary color
Monochromatic Colors of #AF8729
Black with #AF8729
Text Example
Text Example
White with #AF8729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8729; }
p { color: rgb(175,135,41); }
H1.HeaderClassName
{
color: #AF8729;
}
.AnyTagClassName
{
color: #AF8729;
}
</style>
background-color css
<style>
a { background-color: #AF8729; }
a { background-color: rgb(175,135,41); }
div.DivClassName
{
background-color: #AF8729;
}
.BgClassName
{
background-color: #AF8729;
}
</style>
border-color css
<style>
span { border-color: #AF8729; }
span { border-color: rgb(175,135,41); }
td.TdClassName
{
border-color: #AF8729;
}
.TagClassName
{
border-color: #AF8729;
}
</style>