#AAB5BA

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

Shades of Casper #AAB5BA

Tints of Casper #AAB5BA

Color information

#AAB5BA (or 0xAAB5BA) is unknown color: approx Casper. HEX triplet: AA, B5 and BA. RGB value is (170,181,186). Sum of RGB (Red+Green+Blue) = 170+181+186=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAB5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5BA is #554A45. Grayscale: #B2B2B2. Windows color (decimal): -5589574 or 12236202. OLE color: 12236202.

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

Color convert

RGB170181186-
CMYK0.090.0300.27
HSL198.75º10.39%69.8%-
HSV(B)198.75º8.6%72.94%-
XYZ41.9645.1452.96-
YUV178.28132.36122.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 181 (71.09% from 255) = 33.71%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=31.66%
G=33.71%
B=34.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701811860.090.0300.27198.7510.3969.8
HexAAB5BA9301Bc7a46
Octal25226527211303330712106
Binary1010101010110101101110101001110110111100011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB5BA; }

 p { color: rgb(170,181,186); }

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

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

 a { background-color: rgb(170,181,186); }

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

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

 span { border-color: rgb(170,181,186); }

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