Shades of Reef Gold #AF862B
Tints of Reef Gold #AF862B
RGB
CMYK
RGB Variations
Color information
#AF862B (or 0xAF862B) is known color: Reef Gold. HEX triplet: AF, 86 and 2B. RGB value is (175,134,43). Sum of RGB (Red+Green+Blue) = 175+134+43=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF862B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF862B is #5079D4. Grayscale: #888888. Windows color (decimal): -5274069 or 2852527. OLE color: 2852527.
HSL color Cylindrical-coordinate representation of color #AF862B: hue angle of 41.36º 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 #AF862B is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 43 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.31 |
| HSL | 41.36º | 0.61% | 0.43% | - |
| HSV(B) | 41.36º | 0.75% | 0.69% | - |
| XYZ | 26.64 | 26.34 | 5.97 | - |
| YUV | 135.89 | 75.58 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 43 | 0 | 0.23 | 0.75 | 0.31 | 41.36 | 0.61 | 0.43 |
| Hex | AF | 86 | 2B | 0 | 17 | 4B | 1F | 29 | 3D | 2B |
| Octal | 257 | 206 | 53 | 0 | 27 | 113 | 37 | 51 | 75 | 53 |
| Binary | 10101111 | 10000110 | 101011 | 0 | 10111 | 1001011 | 11111 | 101001 | 111101 | 101011 |
Color Harmonies of #AF862B
Complementary color
Monochromatic Colors of #AF862B
Black with #AF862B
Text Example
Text Example
White with #AF862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF862B; }
p { color: rgb(175,134,43); }
H1.HeaderClassName
{
color: #AF862B;
}
.AnyTagClassName
{
color: #AF862B;
}
</style>
background-color css
<style>
a { background-color: #AF862B; }
a { background-color: rgb(175,134,43); }
div.DivClassName
{
background-color: #AF862B;
}
.BgClassName
{
background-color: #AF862B;
}
</style>
border-color css
<style>
span { border-color: #AF862B; }
span { border-color: rgb(175,134,43); }
td.TdClassName
{
border-color: #AF862B;
}
.TagClassName
{
border-color: #AF862B;
}
</style>