Shades of Caper #A8B482
Tints of Caper #A8B482
RGB
CMYK
RGB Variations
Color information
#A8B482 (or 0xA8B482) is known color: Caper. HEX triplet: A8, B4 and 82. RGB value is (168,180,130). Sum of RGB (Red+Green+Blue) = 168+180+130=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B482 is #574B7D. Grayscale: #AAAAAA. Windows color (decimal): -5720958 or 8565928. OLE color: 8565928.
HSL color Cylindrical-coordinate representation of color #A8B482: hue angle of 74.4º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8B482 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 130 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.29 |
| HSL | 74.4º | 0.25% | 0.61% | - |
| HSV(B) | 74.4º | 0.28% | 0.71% | - |
| XYZ | 36.5 | 42.58 | 27.41 | - |
| YUV | 170.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 130 | 0.07 | 0 | 0.28 | 0.29 | 74.4 | 0.25 | 0.61 |
| Hex | A8 | B4 | 82 | 7 | 0 | 1C | 1D | 4A | 19 | 3D |
| Octal | 250 | 264 | 202 | 7 | 0 | 34 | 35 | 112 | 31 | 75 |
| Binary | 10101000 | 10110100 | 10000010 | 111 | 0 | 11100 | 11101 | 1001010 | 11001 | 111101 |
Color Harmonies of #A8B482
Complementary color
Monochromatic Colors of #A8B482
Black with #A8B482
Text Example
Text Example
White with #A8B482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B482; }
p { color: rgb(168,180,130); }
H1.HeaderClassName
{
color: #A8B482;
}
.AnyTagClassName
{
color: #A8B482;
}
</style>
background-color css
<style>
a { background-color: #A8B482; }
a { background-color: rgb(168,180,130); }
div.DivClassName
{
background-color: #A8B482;
}
.BgClassName
{
background-color: #A8B482;
}
</style>
border-color css
<style>
span { border-color: #A8B482; }
span { border-color: rgb(168,180,130); }
td.TdClassName
{
border-color: #A8B482;
}
.TagClassName
{
border-color: #A8B482;
}
</style>