#A9B6B9

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

Shades of Casper #A9B6B9

Tints of Casper #A9B6B9

Color information

#A9B6B9 (or 0xA9B6B9) is unknown color: approx Casper. HEX triplet: A9, B6 and B9. RGB value is (169,182,185). Sum of RGB (Red+Green+Blue) = 169+182+185=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 185 - color contains mainly: blue. Hex color #A9B6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B6B9 is #564946. Grayscale: #B2B2B2. Windows color (decimal): -5654855 or 12170921. OLE color: 12170921.

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

Color convert

RGB169182185-
CMYK0.090.0200.27
HSL191.25º10.26%69.41%-
HSV(B)191.25º8.65%72.55%-
XYZ41.8545.3952.46-
YUV178.46131.69121.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.53%
GREEN value IS 182 (71.48% from 255) = 33.96%
BLUE value IS 185 (72.66% from 255) = 34.51%
R=31.53%
G=33.96%
B=34.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691821850.090.0200.27191.2510.2669.41
HexA9B6B99201Bbfa45
Octal25126627111203327712105
Binary1010100110110110101110011001100110111011111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B6B9; }

 p { color: rgb(169,182,185); }

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

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

 a { background-color: rgb(169,182,185); }

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

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

 span { border-color: rgb(169,182,185); }

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