Shades of Reef Gold #AF882F
Tints of Reef Gold #AF882F
RGB
CMYK
RGB Variations
Color information
#AF882F (or 0xAF882F) is known color: Reef Gold. HEX triplet: AF, 88 and 2F. RGB value is (175,136,47). Sum of RGB (Red+Green+Blue) = 175+136+47=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF882F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF882F is #5077D0. Grayscale: #898989. Windows color (decimal): -5273553 or 3115183. OLE color: 3115183.
HSL color Cylindrical-coordinate representation of color #AF882F: hue angle of 41.72º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF882F is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 47 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.31 |
| HSL | 41.72º | 0.58% | 0.44% | - |
| HSV(B) | 41.72º | 0.73% | 0.69% | - |
| XYZ | 27 | 26.93 | 6.46 | - |
| YUV | 137.52 | 76.92 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 47 | 0 | 0.22 | 0.73 | 0.31 | 41.72 | 0.58 | 0.44 |
| Hex | AF | 88 | 2F | 0 | 16 | 49 | 1F | 2A | 3A | 2C |
| Octal | 257 | 210 | 57 | 0 | 26 | 111 | 37 | 52 | 72 | 54 |
| Binary | 10101111 | 10001000 | 101111 | 0 | 10110 | 1001001 | 11111 | 101010 | 111010 | 101100 |
Color Harmonies of #AF882F
Complementary color
Monochromatic Colors of #AF882F
Black with #AF882F
Text Example
Text Example
White with #AF882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF882F; }
p { color: rgb(175,136,47); }
H1.HeaderClassName
{
color: #AF882F;
}
.AnyTagClassName
{
color: #AF882F;
}
</style>
background-color css
<style>
a { background-color: #AF882F; }
a { background-color: rgb(175,136,47); }
div.DivClassName
{
background-color: #AF882F;
}
.BgClassName
{
background-color: #AF882F;
}
</style>
border-color css
<style>
span { border-color: #AF882F; }
span { border-color: rgb(175,136,47); }
td.TdClassName
{
border-color: #AF882F;
}
.TagClassName
{
border-color: #AF882F;
}
</style>