#AAB9BA

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

Shades of Casper #AAB9BA

Tints of Casper #AAB9BA

Color information

#AAB9BA (or 0xAAB9BA) is unknown color: approx Casper. HEX triplet: AA, B9 and BA. RGB value is (170,185,186). Sum of RGB (Red+Green+Blue) = 170+185+186=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAB9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9BA is #554645. Grayscale: #B4B4B4. Windows color (decimal): -5588550 or 12237226. OLE color: 12237226.

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

Color convert

RGB170185186-
CMYK0.090.0100.27
HSL183.75º10.39%69.8%-
HSV(B)183.75º8.6%72.94%-
XYZ42.7946.7953.23-
YUV180.63131.03120.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 185 (72.66% from 255) = 34.20%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=31.42%
G=34.20%
B=34.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851860.090.0100.27183.7510.3969.8
HexAAB9BA9101Bb8a46
Octal25227127211103327012106
Binary101010101011100110111010100110110111011100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9BA; }

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

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

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

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

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

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

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

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