Shades of Casper #A1B3B4
Tints of Casper #A1B3B4
RGB
CMYK
RGB Variations
Color information
#A1B3B4 (or 0xA1B3B4) is known color: Casper. HEX triplet: A1, B3 and B4. RGB value is (161,179,180). Sum of RGB (Red+Green+Blue) = 161+179+180=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 180 - color contains mainly: blue. Hex color #A1B3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B3B4 is #5E4C4B. Grayscale: #ADADAD. Windows color (decimal): -6179916 or 11842465. OLE color: 11842465.
HSL color Cylindrical-coordinate representation of color #A1B3B4: hue angle of 183.16º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1B3B4 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 179 | 180 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.29 |
| HSL | 183.16º | 0.11% | 0.67% | - |
| HSV(B) | 183.16º | 0.11% | 0.71% | - |
| XYZ | 39.06 | 43.11 | 49.44 | - |
| YUV | 173.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 180 | 0.11 | 0.01 | 0 | 0.29 | 183.16 | 0.11 | 0.67 |
| Hex | A1 | B3 | B4 | B | 1 | 0 | 1D | B7 | B | 43 |
| Octal | 241 | 263 | 264 | 13 | 1 | 0 | 35 | 267 | 13 | 103 |
| Binary | 10100001 | 10110011 | 10110100 | 1011 | 1 | 0 | 11101 | 10110111 | 1011 | 1000011 |
Color Harmonies of #A1B3B4
Complementary color
Monochromatic Colors of #A1B3B4
Black with #A1B3B4
Text Example
Text Example
White with #A1B3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B3B4; }
p { color: rgb(161,179,180); }
H1.HeaderClassName
{
color: #A1B3B4;
}
.AnyTagClassName
{
color: #A1B3B4;
}
</style>
background-color css
<style>
a { background-color: #A1B3B4; }
a { background-color: rgb(161,179,180); }
div.DivClassName
{
background-color: #A1B3B4;
}
.BgClassName
{
background-color: #A1B3B4;
}
</style>
border-color css
<style>
span { border-color: #A1B3B4; }
span { border-color: rgb(161,179,180); }
td.TdClassName
{
border-color: #A1B3B4;
}
.TagClassName
{
border-color: #A1B3B4;
}
</style>