#A1B6BA

Color #A1B6BA Casper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casper #A1B6BA

Tints of Casper #A1B6BA

Color information

#A1B6BA (or 0xA1B6BA) is unknown color: approx Casper. HEX triplet: A1, B6 and BA. RGB value is (161,182,186). Sum of RGB (Red+Green+Blue) = 161+182+186=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 186 - color contains mainly: blue. Hex color #A1B6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B6BA is #5E4945. Grayscale: #B0B0B0. Windows color (decimal): -6179142 or 12236449. OLE color: 12236449.

HSL color Cylindrical-coordinate representation of color #A1B6BA: hue angle of 189.6º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1B6BA is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161182186-
CMYK0.130.0200.27
HSL189.6º15.34%68.04%-
HSV(B)189.6º13.44%72.94%-
XYZ40.2944.5852.94-
YUV176.18133.54117.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 30.43%
GREEN value IS 182 (71.48% from 255) = 34.40%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=30.43%
G=34.40%
B=35.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611821860.130.0200.27189.615.3468.04
HexA1B6BAD201Bbef44
Octal24126627215203327617104
Binary1010000110110110101110101101100110111011111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B6BA; }

 p { color: rgb(161,182,186); }

 H1.HeaderClassName
 {
   color: #A1B6BA;
 }
 .AnyTagClassName
 {
   color: #A1B6BA;
 }
</style>
background-color css

<style>
 a { background-color: #A1B6BA; }

 a { background-color: rgb(161,182,186); }

 div.DivClassName
 {
   background-color: #A1B6BA;
 }
 .BgClassName
 {
   background-color: #A1B6BA;
 }
</style>
border-color css

<style>
 span { border-color: #A1B6BA; }

 span { border-color: rgb(161,182,186); }

 td.TdClassName
 {
   border-color: #A1B6BA;
 }
 .TagClassName
 {
   border-color: #A1B6BA;
 }
</style>