Shades of Caper #A8C181
Tints of Caper #A8C181
RGB
CMYK
RGB Variations
Color information
#A8C181 (or 0xA8C181) is known color: Caper. HEX triplet: A8, C1 and 81. RGB value is (168,193,129). Sum of RGB (Red+Green+Blue) = 168+193+129=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C181 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C181 is #573E7E. Grayscale: #B2B2B2. Windows color (decimal): -5717631 or 8503720. OLE color: 8503720.
HSL color Cylindrical-coordinate representation of color #A8C181: hue angle of 83.44º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8C181 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
RGB | 168 | 193 | 129 | - |
CMYK | 0.13 | 0 | 0.33 | 0.24 |
HSL | 83.44º | 0.34% | 0.63% | - |
HSV(B) | 83.44º | 0.33% | 0.76% | - |
XYZ | 39.18 | 48.05 | 27.98 | - |
YUV | 178.23 | 100.22 | 120.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 193 | 129 | 0.13 | 0 | 0.33 | 0.24 | 83.44 | 0.34 | 0.63 |
Hex | A8 | C1 | 81 | D | 0 | 21 | 18 | 53 | 22 | 3F |
Octal | 250 | 301 | 201 | 15 | 0 | 41 | 30 | 123 | 42 | 77 |
Binary | 10101000 | 11000001 | 10000001 | 1101 | 0 | 100001 | 11000 | 1010011 | 100010 | 111111 |
Color Harmonies of #A8C181
Complementary color
Monochromatic Colors of #A8C181
Black with #A8C181
Text Example
Text Example
White with #A8C181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C181; }
p { color: rgb(168,193,129); }
H1.HeaderClassName
{
color: #A8C181;
}
.AnyTagClassName
{
color: #A8C181;
}
</style>
background-color css
<style>
a { background-color: #A8C181; }
a { background-color: rgb(168,193,129); }
div.DivClassName
{
background-color: #A8C181;
}
.BgClassName
{
background-color: #A8C181;
}
</style>
border-color css
<style>
span { border-color: #A8C181; }
span { border-color: rgb(168,193,129); }
td.TdClassName
{
border-color: #A8C181;
}
.TagClassName
{
border-color: #A8C181;
}
</style>