#A9B3B4

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

Shades of Casper #A9B3B4

Tints of Casper #A9B3B4

Color information

#A9B3B4 (or 0xA9B3B4) is unknown color: approx Casper. HEX triplet: A9, B3 and B4. RGB value is (169,179,180). Sum of RGB (Red+Green+Blue) = 169+179+180=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 180 - color contains mainly: blue. Hex color #A9B3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B3B4 is #564C4B. Grayscale: #B0B0B0. Windows color (decimal): -5655628 or 11842473. OLE color: 11842473.

HSL color Cylindrical-coordinate representation of color #A9B3B4: hue angle of 185.45º 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 #A9B3B4 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB169179180-
CMYK0.060.0100.29
HSL185.45º6.83%68.43%-
HSV(B)185.45º6.11%70.59%-
XYZ40.7243.9749.52-
YUV176.12130.19122.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 179 (70.31% from 255) = 33.90%
BLUE value IS 180 (70.70% from 255) = 34.09%
R=32.01%
G=33.90%
B=34.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691791800.060.0100.29185.456.8368.43
HexA9B3B46101Db9744
Octal251263264610352717104
Binary1010100110110011101101001101011101101110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B3B4; }

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

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

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

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

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

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

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

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