Shades of Reef Gold #AF872B
Tints of Reef Gold #AF872B
RGB
CMYK
RGB Variations
Color information
#AF872B (or 0xAF872B) is known color: Reef Gold. HEX triplet: AF, 87 and 2B. RGB value is (175,135,43). Sum of RGB (Red+Green+Blue) = 175+135+43=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF872B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF872B is #5078D4. Grayscale: #888888. Windows color (decimal): -5273813 or 2852783. OLE color: 2852783.
HSL color Cylindrical-coordinate representation of color #AF872B: hue angle of 41.82º degrees, saturation: 0.61, 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 #AF872B is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 43 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.31 |
| HSL | 41.82º | 0.61% | 0.43% | - |
| HSV(B) | 41.82º | 0.75% | 0.69% | - |
| XYZ | 26.78 | 26.62 | 6.01 | - |
| YUV | 136.47 | 75.25 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 43 | 0 | 0.23 | 0.75 | 0.31 | 41.82 | 0.61 | 0.43 |
| Hex | AF | 87 | 2B | 0 | 17 | 4B | 1F | 2A | 3D | 2B |
| Octal | 257 | 207 | 53 | 0 | 27 | 113 | 37 | 52 | 75 | 53 |
| Binary | 10101111 | 10000111 | 101011 | 0 | 10111 | 1001011 | 11111 | 101010 | 111101 | 101011 |
Color Harmonies of #AF872B
Complementary color
Monochromatic Colors of #AF872B
Black with #AF872B
Text Example
Text Example
White with #AF872B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF872B; }
p { color: rgb(175,135,43); }
H1.HeaderClassName
{
color: #AF872B;
}
.AnyTagClassName
{
color: #AF872B;
}
</style>
background-color css
<style>
a { background-color: #AF872B; }
a { background-color: rgb(175,135,43); }
div.DivClassName
{
background-color: #AF872B;
}
.BgClassName
{
background-color: #AF872B;
}
</style>
border-color css
<style>
span { border-color: #AF872B; }
span { border-color: rgb(175,135,43); }
td.TdClassName
{
border-color: #AF872B;
}
.TagClassName
{
border-color: #AF872B;
}
</style>