Shades of Reef Gold #AF872C
Tints of Reef Gold #AF872C
RGB
CMYK
RGB Variations
Color information
#AF872C (or 0xAF872C) is known color: Reef Gold. HEX triplet: AF, 87 and 2C. RGB value is (175,135,44). Sum of RGB (Red+Green+Blue) = 175+135+44=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF872C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF872C is #5078D3. Grayscale: #888888. Windows color (decimal): -5273812 or 2918319. OLE color: 2918319.
HSL color Cylindrical-coordinate representation of color #AF872C: hue angle of 41.68º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF872C is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 44 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.31 |
| HSL | 41.68º | 0.6% | 0.43% | - |
| HSV(B) | 41.68º | 0.75% | 0.69% | - |
| XYZ | 26.8 | 26.62 | 6.11 | - |
| YUV | 136.59 | 75.75 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 44 | 0 | 0.23 | 0.75 | 0.31 | 41.68 | 0.6 | 0.43 |
| Hex | AF | 87 | 2C | 0 | 17 | 4B | 1F | 2A | 3C | 2B |
| Octal | 257 | 207 | 54 | 0 | 27 | 113 | 37 | 52 | 74 | 53 |
| Binary | 10101111 | 10000111 | 101100 | 0 | 10111 | 1001011 | 11111 | 101010 | 111100 | 101011 |
Color Harmonies of #AF872C
Complementary color
Monochromatic Colors of #AF872C
Black with #AF872C
Text Example
Text Example
White with #AF872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF872C; }
p { color: rgb(175,135,44); }
H1.HeaderClassName
{
color: #AF872C;
}
.AnyTagClassName
{
color: #AF872C;
}
</style>
background-color css
<style>
a { background-color: #AF872C; }
a { background-color: rgb(175,135,44); }
div.DivClassName
{
background-color: #AF872C;
}
.BgClassName
{
background-color: #AF872C;
}
</style>
border-color css
<style>
span { border-color: #AF872C; }
span { border-color: rgb(175,135,44); }
td.TdClassName
{
border-color: #AF872C;
}
.TagClassName
{
border-color: #AF872C;
}
</style>