#AAB7BA

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

Shades of Casper #AAB7BA

Tints of Casper #AAB7BA

Color information

#AAB7BA (or 0xAAB7BA) is unknown color: approx Casper. HEX triplet: AA, B7 and BA. RGB value is (170,183,186). Sum of RGB (Red+Green+Blue) = 170+183+186=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAB7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7BA is #554845. Grayscale: #B3B3B3. Windows color (decimal): -5589062 or 12236714. OLE color: 12236714.

HSL color Cylindrical-coordinate representation of color #AAB7BA: hue angle of 191.25º 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 #AAB7BA is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170183186-
CMYK0.090.0200.27
HSL191.25º10.39%69.8%-
HSV(B)191.25º8.6%72.94%-
XYZ42.3745.9653.09-
YUV179.46131.69121.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 183 (71.88% from 255) = 33.95%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=31.54%
G=33.95%
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
Decimal1701831860.090.0200.27191.2510.3969.8
HexAAB7BA9201Bbfa46
Octal25226727211203327712106
Binary1010101010110111101110101001100110111011111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB7BA; }

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

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

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

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

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

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

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

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