Shades of Caper #A4B283
Tints of Caper #A4B283
RGB
CMYK
RGB Variations
Color information
#A4B283 (or 0xA4B283) is known color: Caper. HEX triplet: A4, B2 and 83. RGB value is (164,178,131). Sum of RGB (Red+Green+Blue) = 164+178+131=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B283 is #5B4D7C. Grayscale: #A8A8A8. Windows color (decimal): -5983613 or 8630948. OLE color: 8630948.
HSL color Cylindrical-coordinate representation of color #A4B283: hue angle of 77.87º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4B283 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 178 | 131 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.30 |
| HSL | 77.87º | 0.23% | 0.61% | - |
| HSV(B) | 77.87º | 0.26% | 0.7% | - |
| XYZ | 35.33 | 41.37 | 27.6 | - |
| YUV | 168.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 178 | 131 | 0.08 | 0 | 0.26 | 0.30 | 77.87 | 0.23 | 0.61 |
| Hex | A4 | B2 | 83 | 8 | 0 | 1A | 1E | 4E | 17 | 3D |
| Octal | 244 | 262 | 203 | 10 | 0 | 32 | 36 | 116 | 27 | 75 |
| Binary | 10100100 | 10110010 | 10000011 | 1000 | 0 | 11010 | 11110 | 1001110 | 10111 | 111101 |
Color Harmonies of #A4B283
Complementary color
Monochromatic Colors of #A4B283
Black with #A4B283
Text Example
Text Example
White with #A4B283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B283; }
p { color: rgb(164,178,131); }
H1.HeaderClassName
{
color: #A4B283;
}
.AnyTagClassName
{
color: #A4B283;
}
</style>
background-color css
<style>
a { background-color: #A4B283; }
a { background-color: rgb(164,178,131); }
div.DivClassName
{
background-color: #A4B283;
}
.BgClassName
{
background-color: #A4B283;
}
</style>
border-color css
<style>
span { border-color: #A4B283; }
span { border-color: rgb(164,178,131); }
td.TdClassName
{
border-color: #A4B283;
}
.TagClassName
{
border-color: #A4B283;
}
</style>