Shades of Caper #A8B483
Tints of Caper #A8B483
RGB
CMYK
RGB Variations
Color information
#A8B483 (or 0xA8B483) is known color: Caper. HEX triplet: A8, B4 and 83. RGB value is (168,180,131). Sum of RGB (Red+Green+Blue) = 168+180+131=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B483 is #574B7C. Grayscale: #ABABAB. Windows color (decimal): -5720957 or 8631464. OLE color: 8631464.
HSL color Cylindrical-coordinate representation of color #A8B483: hue angle of 74.69º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8B483 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 131 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.29 |
| HSL | 74.69º | 0.25% | 0.61% | - |
| HSV(B) | 74.69º | 0.27% | 0.71% | - |
| XYZ | 36.57 | 42.61 | 27.77 | - |
| YUV | 170.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 131 | 0.07 | 0 | 0.27 | 0.29 | 74.69 | 0.25 | 0.61 |
| Hex | A8 | B4 | 83 | 7 | 0 | 1B | 1D | 4B | 19 | 3D |
| Octal | 250 | 264 | 203 | 7 | 0 | 33 | 35 | 113 | 31 | 75 |
| Binary | 10101000 | 10110100 | 10000011 | 111 | 0 | 11011 | 11101 | 1001011 | 11001 | 111101 |
Color Harmonies of #A8B483
Complementary color
Monochromatic Colors of #A8B483
Black with #A8B483
Text Example
Text Example
White with #A8B483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B483; }
p { color: rgb(168,180,131); }
H1.HeaderClassName
{
color: #A8B483;
}
.AnyTagClassName
{
color: #A8B483;
}
</style>
background-color css
<style>
a { background-color: #A8B483; }
a { background-color: rgb(168,180,131); }
div.DivClassName
{
background-color: #A8B483;
}
.BgClassName
{
background-color: #A8B483;
}
</style>
border-color css
<style>
span { border-color: #A8B483; }
span { border-color: rgb(168,180,131); }
td.TdClassName
{
border-color: #A8B483;
}
.TagClassName
{
border-color: #A8B483;
}
</style>