#A9B1B2

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

Shades of Casper #A9B1B2

Tints of Casper #A9B1B2

Color information

#A9B1B2 (or 0xA9B1B2) is unknown color: approx Casper. HEX triplet: A9, B1 and B2. RGB value is (169,177,178). Sum of RGB (Red+Green+Blue) = 169+177+178=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 178 - color contains mainly: blue. Hex color #A9B1B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B1B2 is #564E4D. Grayscale: #AEAEAE. Windows color (decimal): -5656142 or 11710889. OLE color: 11710889.

HSL color Cylindrical-coordinate representation of color #A9B1B2: hue angle of 186.67º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A9B1B2 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB169177178-
CMYK0.050.0100.30
HSL186.67º5.52%68.04%-
HSV(B)186.67º5.06%69.8%-
XYZ40.1243.0948.32-
YUV174.72129.85123.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.25%
GREEN value IS 177 (69.53% from 255) = 33.78%
BLUE value IS 178 (69.92% from 255) = 33.97%
R=32.25%
G=33.78%
B=33.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691771780.050.0100.30186.675.5268.04
HexA9B1B25101Ebb644
Octal251261262510362736104
Binary1010100110110001101100101011011110101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B1B2; }

 p { color: rgb(169,177,178); }

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

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

 a { background-color: rgb(169,177,178); }

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

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

 span { border-color: rgb(169,177,178); }

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