Shades of Caper #AFB978
Tints of Caper #AFB978
RGB
CMYK
RGB Variations
Color information
#AFB978 (or 0xAFB978) is known color: Caper. HEX triplet: AF, B9 and 78. RGB value is (175,185,120). Sum of RGB (Red+Green+Blue) = 175+185+120=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB978 is #504687. Grayscale: #AEAEAE. Windows color (decimal): -5260936 or 7911855. OLE color: 7911855.
HSL color Cylindrical-coordinate representation of color #AFB978: hue angle of 69.23º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFB978 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 120 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.27 |
| HSL | 69.23º | 0.32% | 0.6% | - |
| HSV(B) | 69.23º | 0.35% | 0.73% | - |
| XYZ | 38.42 | 45.17 | 24.46 | - |
| YUV | 174.6 | 97.19 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 120 | 0.05 | 0 | 0.35 | 0.27 | 69.23 | 0.32 | 0.6 |
| Hex | AF | B9 | 78 | 5 | 0 | 23 | 1B | 45 | 20 | 3C |
| Octal | 257 | 271 | 170 | 5 | 0 | 43 | 33 | 105 | 40 | 74 |
| Binary | 10101111 | 10111001 | 1111000 | 101 | 0 | 100011 | 11011 | 1000101 | 100000 | 111100 |
Color Harmonies of #AFB978
Complementary color
Monochromatic Colors of #AFB978
Black with #AFB978
Text Example
Text Example
White with #AFB978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB978; }
p { color: rgb(175,185,120); }
H1.HeaderClassName
{
color: #AFB978;
}
.AnyTagClassName
{
color: #AFB978;
}
</style>
background-color css
<style>
a { background-color: #AFB978; }
a { background-color: rgb(175,185,120); }
div.DivClassName
{
background-color: #AFB978;
}
.BgClassName
{
background-color: #AFB978;
}
</style>
border-color css
<style>
span { border-color: #AFB978; }
span { border-color: rgb(175,185,120); }
td.TdClassName
{
border-color: #AFB978;
}
.TagClassName
{
border-color: #AFB978;
}
</style>