Shades of Caper #AFB77A
Tints of Caper #AFB77A
RGB
CMYK
RGB Variations
Color information
#AFB77A (or 0xAFB77A) is known color: Caper. HEX triplet: AF, B7 and 7A. RGB value is (175,183,122). Sum of RGB (Red+Green+Blue) = 175+183+122=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB77A is #504885. Grayscale: #ADADAD. Windows color (decimal): -5261446 or 8042415. OLE color: 8042415.
HSL color Cylindrical-coordinate representation of color #AFB77A: hue angle of 67.87º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFB77A is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 122 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.28 |
| HSL | 67.87º | 0.3% | 0.6% | - |
| HSV(B) | 67.87º | 0.33% | 0.72% | - |
| XYZ | 38.13 | 44.39 | 24.97 | - |
| YUV | 173.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 122 | 0.04 | 0 | 0.33 | 0.28 | 67.87 | 0.3 | 0.6 |
| Hex | AF | B7 | 7A | 4 | 0 | 21 | 1C | 44 | 1E | 3C |
| Octal | 257 | 267 | 172 | 4 | 0 | 41 | 34 | 104 | 36 | 74 |
| Binary | 10101111 | 10110111 | 1111010 | 100 | 0 | 100001 | 11100 | 1000100 | 11110 | 111100 |
Color Harmonies of #AFB77A
Complementary color
Monochromatic Colors of #AFB77A
Black with #AFB77A
Text Example
Text Example
White with #AFB77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB77A; }
p { color: rgb(175,183,122); }
H1.HeaderClassName
{
color: #AFB77A;
}
.AnyTagClassName
{
color: #AFB77A;
}
</style>
background-color css
<style>
a { background-color: #AFB77A; }
a { background-color: rgb(175,183,122); }
div.DivClassName
{
background-color: #AFB77A;
}
.BgClassName
{
background-color: #AFB77A;
}
</style>
border-color css
<style>
span { border-color: #AFB77A; }
span { border-color: rgb(175,183,122); }
td.TdClassName
{
border-color: #AFB77A;
}
.TagClassName
{
border-color: #AFB77A;
}
</style>