Shades of Caper #AFB883
Tints of Caper #AFB883
RGB
CMYK
RGB Variations
Color information
#AFB883 (or 0xAFB883) is known color: Caper. HEX triplet: AF, B8 and 83. RGB value is (175,184,131). Sum of RGB (Red+Green+Blue) = 175+184+131=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB883 is #50477C. Grayscale: #AFAFAF. Windows color (decimal): -5261181 or 8632495. OLE color: 8632495.
HSL color Cylindrical-coordinate representation of color #AFB883: hue angle of 70.19º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFB883 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 131 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.28 |
| HSL | 70.19º | 0.27% | 0.62% | - |
| HSV(B) | 70.19º | 0.29% | 0.72% | - |
| XYZ | 38.92 | 45.03 | 28.11 | - |
| YUV | 175.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 131 | 0.05 | 0 | 0.29 | 0.28 | 70.19 | 0.27 | 0.62 |
| Hex | AF | B8 | 83 | 5 | 0 | 1D | 1C | 46 | 1B | 3E |
| Octal | 257 | 270 | 203 | 5 | 0 | 35 | 34 | 106 | 33 | 76 |
| Binary | 10101111 | 10111000 | 10000011 | 101 | 0 | 11101 | 11100 | 1000110 | 11011 | 111110 |
Color Harmonies of #AFB883
Complementary color
Monochromatic Colors of #AFB883
Black with #AFB883
Text Example
Text Example
White with #AFB883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB883; }
p { color: rgb(175,184,131); }
H1.HeaderClassName
{
color: #AFB883;
}
.AnyTagClassName
{
color: #AFB883;
}
</style>
background-color css
<style>
a { background-color: #AFB883; }
a { background-color: rgb(175,184,131); }
div.DivClassName
{
background-color: #AFB883;
}
.BgClassName
{
background-color: #AFB883;
}
</style>
border-color css
<style>
span { border-color: #AFB883; }
span { border-color: rgb(175,184,131); }
td.TdClassName
{
border-color: #AFB883;
}
.TagClassName
{
border-color: #AFB883;
}
</style>