Shades of Caper #A8B883
Tints of Caper #A8B883
RGB
CMYK
RGB Variations
Color information
#A8B883 (or 0xA8B883) is known color: Caper. HEX triplet: A8, B8 and 83. RGB value is (168,184,131). Sum of RGB (Red+Green+Blue) = 168+184+131=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B883 is #57477C. Grayscale: #ADADAD. Windows color (decimal): -5719933 or 8632488. OLE color: 8632488.
HSL color Cylindrical-coordinate representation of color #A8B883: hue angle of 78.11º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8B883 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 184 | 131 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.28 |
| HSL | 78.11º | 0.27% | 0.62% | - |
| HSV(B) | 78.11º | 0.29% | 0.72% | - |
| XYZ | 37.39 | 44.24 | 28.04 | - |
| YUV | 173.17 | 104.2 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 131 | 0.09 | 0 | 0.29 | 0.28 | 78.11 | 0.27 | 0.62 |
| Hex | A8 | B8 | 83 | 9 | 0 | 1D | 1C | 4E | 1B | 3E |
| Octal | 250 | 270 | 203 | 11 | 0 | 35 | 34 | 116 | 33 | 76 |
| Binary | 10101000 | 10111000 | 10000011 | 1001 | 0 | 11101 | 11100 | 1001110 | 11011 | 111110 |
Color Harmonies of #A8B883
Complementary color
Monochromatic Colors of #A8B883
Black with #A8B883
Text Example
Text Example
White with #A8B883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B883; }
p { color: rgb(168,184,131); }
H1.HeaderClassName
{
color: #A8B883;
}
.AnyTagClassName
{
color: #A8B883;
}
</style>
background-color css
<style>
a { background-color: #A8B883; }
a { background-color: rgb(168,184,131); }
div.DivClassName
{
background-color: #A8B883;
}
.BgClassName
{
background-color: #A8B883;
}
</style>
border-color css
<style>
span { border-color: #A8B883; }
span { border-color: rgb(168,184,131); }
td.TdClassName
{
border-color: #A8B883;
}
.TagClassName
{
border-color: #A8B883;
}
</style>