Shades of Caper #AFB975
Tints of Caper #AFB975
RGB
CMYK
RGB Variations
Color information
#AFB975 (or 0xAFB975) is known color: Caper. HEX triplet: AF, B9 and 75. RGB value is (175,185,117). Sum of RGB (Red+Green+Blue) = 175+185+117=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB975 is #50468A. Grayscale: #AEAEAE. Windows color (decimal): -5260939 or 7715247. OLE color: 7715247.
HSL color Cylindrical-coordinate representation of color #AFB975: hue angle of 68.82º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFB975 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 117 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.27 |
| HSL | 68.82º | 0.33% | 0.59% | - |
| HSV(B) | 68.82º | 0.37% | 0.73% | - |
| XYZ | 38.24 | 45.1 | 23.52 | - |
| YUV | 174.26 | 95.69 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 117 | 0.05 | 0 | 0.37 | 0.27 | 68.82 | 0.33 | 0.59 |
| Hex | AF | B9 | 75 | 5 | 0 | 25 | 1B | 45 | 21 | 3B |
| Octal | 257 | 271 | 165 | 5 | 0 | 45 | 33 | 105 | 41 | 73 |
| Binary | 10101111 | 10111001 | 1110101 | 101 | 0 | 100101 | 11011 | 1000101 | 100001 | 111011 |
Color Harmonies of #AFB975
Complementary color
Monochromatic Colors of #AFB975
Black with #AFB975
Text Example
Text Example
White with #AFB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB975; }
p { color: rgb(175,185,117); }
H1.HeaderClassName
{
color: #AFB975;
}
.AnyTagClassName
{
color: #AFB975;
}
</style>
background-color css
<style>
a { background-color: #AFB975; }
a { background-color: rgb(175,185,117); }
div.DivClassName
{
background-color: #AFB975;
}
.BgClassName
{
background-color: #AFB975;
}
</style>
border-color css
<style>
span { border-color: #AFB975; }
span { border-color: rgb(175,185,117); }
td.TdClassName
{
border-color: #AFB975;
}
.TagClassName
{
border-color: #AFB975;
}
</style>