Shades of Casper #A3B2BA
Tints of Casper #A3B2BA
RGB
CMYK
RGB Variations
Color information
#A3B2BA (or 0xA3B2BA) is known color: Casper. HEX triplet: A3, B2 and BA. RGB value is (163,178,186). Sum of RGB (Red+Green+Blue) = 163+178+186=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 186 - color contains mainly: blue. Hex color #A3B2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B2BA is #5C4D45. Grayscale: #AEAEAE. Windows color (decimal): -6049094 or 12235427. OLE color: 12235427.
HSL color Cylindrical-coordinate representation of color #A3B2BA: hue angle of 200.87º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3B2BA is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 178 | 186 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.27 |
| HSL | 200.87º | 0.14% | 0.68% | - |
| HSV(B) | 200.87º | 0.12% | 0.73% | - |
| XYZ | 39.89 | 43.17 | 52.69 | - |
| YUV | 174.43 | 134.53 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 186 | 0.12 | 0.04 | 0 | 0.27 | 200.87 | 0.14 | 0.68 |
| Hex | A3 | B2 | BA | C | 4 | 0 | 1B | C9 | E | 44 |
| Octal | 243 | 262 | 272 | 14 | 4 | 0 | 33 | 311 | 16 | 104 |
| Binary | 10100011 | 10110010 | 10111010 | 1100 | 100 | 0 | 11011 | 11001001 | 1110 | 1000100 |
Color Harmonies of #A3B2BA
Complementary color
Monochromatic Colors of #A3B2BA
Black with #A3B2BA
Text Example
Text Example
White with #A3B2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B2BA; }
p { color: rgb(163,178,186); }
H1.HeaderClassName
{
color: #A3B2BA;
}
.AnyTagClassName
{
color: #A3B2BA;
}
</style>
background-color css
<style>
a { background-color: #A3B2BA; }
a { background-color: rgb(163,178,186); }
div.DivClassName
{
background-color: #A3B2BA;
}
.BgClassName
{
background-color: #A3B2BA;
}
</style>
border-color css
<style>
span { border-color: #A3B2BA; }
span { border-color: rgb(163,178,186); }
td.TdClassName
{
border-color: #A3B2BA;
}
.TagClassName
{
border-color: #A3B2BA;
}
</style>