Shades of Caper #AFB584
Tints of Caper #AFB584
RGB
CMYK
RGB Variations
Color information
#AFB584 (or 0xAFB584) is known color: Caper. HEX triplet: AF, B5 and 84. RGB value is (175,181,132). Sum of RGB (Red+Green+Blue) = 175+181+132=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB584 is #504A7B. Grayscale: #ADADAD. Windows color (decimal): -5261948 or 8697263. OLE color: 8697263.
HSL color Cylindrical-coordinate representation of color #AFB584: hue angle of 67.35º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFB584 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 181 | 132 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.29 |
| HSL | 67.35º | 0.25% | 0.61% | - |
| HSV(B) | 67.35º | 0.27% | 0.71% | - |
| XYZ | 38.37 | 43.83 | 28.27 | - |
| YUV | 173.62 | 104.51 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 132 | 0.03 | 0 | 0.27 | 0.29 | 67.35 | 0.25 | 0.61 |
| Hex | AF | B5 | 84 | 3 | 0 | 1B | 1D | 43 | 19 | 3D |
| Octal | 257 | 265 | 204 | 3 | 0 | 33 | 35 | 103 | 31 | 75 |
| Binary | 10101111 | 10110101 | 10000100 | 11 | 0 | 11011 | 11101 | 1000011 | 11001 | 111101 |
Color Harmonies of #AFB584
Complementary color
Monochromatic Colors of #AFB584
Black with #AFB584
Text Example
Text Example
White with #AFB584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB584; }
p { color: rgb(175,181,132); }
H1.HeaderClassName
{
color: #AFB584;
}
.AnyTagClassName
{
color: #AFB584;
}
</style>
background-color css
<style>
a { background-color: #AFB584; }
a { background-color: rgb(175,181,132); }
div.DivClassName
{
background-color: #AFB584;
}
.BgClassName
{
background-color: #AFB584;
}
</style>
border-color css
<style>
span { border-color: #AFB584; }
span { border-color: rgb(175,181,132); }
td.TdClassName
{
border-color: #AFB584;
}
.TagClassName
{
border-color: #AFB584;
}
</style>