Shades of Reef Gold #AF872D
Tints of Reef Gold #AF872D
RGB
CMYK
RGB Variations
Color information
#AF872D (or 0xAF872D) is known color: Reef Gold. HEX triplet: AF, 87 and 2D. RGB value is (175,135,45). Sum of RGB (Red+Green+Blue) = 175+135+45=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF872D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF872D is #5078D2. Grayscale: #898989. Windows color (decimal): -5273811 or 2983855. OLE color: 2983855.
HSL color Cylindrical-coordinate representation of color #AF872D: hue angle of 41.54º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF872D is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 45 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.31 |
| HSL | 41.54º | 0.59% | 0.43% | - |
| HSV(B) | 41.54º | 0.74% | 0.69% | - |
| XYZ | 26.82 | 26.63 | 6.21 | - |
| YUV | 136.7 | 76.25 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 45 | 0 | 0.23 | 0.74 | 0.31 | 41.54 | 0.59 | 0.43 |
| Hex | AF | 87 | 2D | 0 | 17 | 4A | 1F | 2A | 3B | 2B |
| Octal | 257 | 207 | 55 | 0 | 27 | 112 | 37 | 52 | 73 | 53 |
| Binary | 10101111 | 10000111 | 101101 | 0 | 10111 | 1001010 | 11111 | 101010 | 111011 | 101011 |
Color Harmonies of #AF872D
Complementary color
Monochromatic Colors of #AF872D
Black with #AF872D
Text Example
Text Example
White with #AF872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF872D; }
p { color: rgb(175,135,45); }
H1.HeaderClassName
{
color: #AF872D;
}
.AnyTagClassName
{
color: #AF872D;
}
</style>
background-color css
<style>
a { background-color: #AF872D; }
a { background-color: rgb(175,135,45); }
div.DivClassName
{
background-color: #AF872D;
}
.BgClassName
{
background-color: #AF872D;
}
</style>
border-color css
<style>
span { border-color: #AF872D; }
span { border-color: rgb(175,135,45); }
td.TdClassName
{
border-color: #AF872D;
}
.TagClassName
{
border-color: #AF872D;
}
</style>