#A9B1B4

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

Shades of Casper #A9B1B4

Tints of Casper #A9B1B4

Color information

#A9B1B4 (or 0xA9B1B4) is unknown color: approx Casper. HEX triplet: A9, B1 and B4. RGB value is (169,177,180). Sum of RGB (Red+Green+Blue) = 169+177+180=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 180 - color contains mainly: blue. Hex color #A9B1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9B1B4 is #564E4B. Grayscale: #AEAEAE. Windows color (decimal): -5656140 or 11841961. OLE color: 11841961.

HSL color Cylindrical-coordinate representation of color #A9B1B4: hue angle of 196.36º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A9B1B4 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB169177180-
CMYK0.060.0200.29
HSL196.36º6.83%68.43%-
HSV(B)196.36º6.11%70.59%-
XYZ40.3243.1749.39-
YUV174.95130.85123.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.13%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 180 (70.70% from 255) = 34.22%
R=32.13%
G=33.65%
B=34.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691771800.060.0200.29196.366.8368.43
HexA9B1B46201Dc4744
Octal251261264620353047104
Binary10101001101100011011010011010011101110001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B1B4; }

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

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

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

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

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

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

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

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