Shades of Casper #A3B2B4
Tints of Casper #A3B2B4
RGB
CMYK
RGB Variations
Color information
#A3B2B4 (or 0xA3B2B4) is known color: Casper. HEX triplet: A3, B2 and B4. RGB value is (163,178,180). Sum of RGB (Red+Green+Blue) = 163+178+180=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 180 - color contains mainly: blue. Hex color #A3B2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B2B4 is #5C4D4B. Grayscale: #ADADAD. Windows color (decimal): -6049100 or 11842211. OLE color: 11842211.
HSL color Cylindrical-coordinate representation of color #A3B2B4: hue angle of 187.06º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A3B2B4 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 178 | 180 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.29 |
| HSL | 187.06º | 0.1% | 0.67% | - |
| HSV(B) | 187.06º | 0.09% | 0.71% | - |
| XYZ | 39.26 | 42.92 | 49.4 | - |
| YUV | 173.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 180 | 0.09 | 0.01 | 0 | 0.29 | 187.06 | 0.1 | 0.67 |
| Hex | A3 | B2 | B4 | 9 | 1 | 0 | 1D | BB | A | 43 |
| Octal | 243 | 262 | 264 | 11 | 1 | 0 | 35 | 273 | 12 | 103 |
| Binary | 10100011 | 10110010 | 10110100 | 1001 | 1 | 0 | 11101 | 10111011 | 1010 | 1000011 |
Color Harmonies of #A3B2B4
Complementary color
Monochromatic Colors of #A3B2B4
Black with #A3B2B4
Text Example
Text Example
White with #A3B2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B2B4; }
p { color: rgb(163,178,180); }
H1.HeaderClassName
{
color: #A3B2B4;
}
.AnyTagClassName
{
color: #A3B2B4;
}
</style>
background-color css
<style>
a { background-color: #A3B2B4; }
a { background-color: rgb(163,178,180); }
div.DivClassName
{
background-color: #A3B2B4;
}
.BgClassName
{
background-color: #A3B2B4;
}
</style>
border-color css
<style>
span { border-color: #A3B2B4; }
span { border-color: rgb(163,178,180); }
td.TdClassName
{
border-color: #A3B2B4;
}
.TagClassName
{
border-color: #A3B2B4;
}
</style>