#AAB2B4

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

Shades of Casper #AAB2B4

Tints of Casper #AAB2B4

Color information

#AAB2B4 (or 0xAAB2B4) is unknown color: approx Casper. HEX triplet: AA, B2 and B4. RGB value is (170,178,180). Sum of RGB (Red+Green+Blue) = 170+178+180=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 178 (69.92% from 255 or 33.71% 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 #AAB2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2B4 is #554D4B. Grayscale: #AFAFAF. Windows color (decimal): -5590348 or 11842218. OLE color: 11842218.

HSL color Cylindrical-coordinate representation of color #AAB2B4: hue angle of 192º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAB2B4 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170178180-
CMYK0.060.0100.29
HSL192º6.25%68.63%-
HSV(B)192º5.56%70.59%-
XYZ40.7443.6849.46-
YUV175.84130.35123.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 178 (69.92% from 255) = 33.71%
BLUE value IS 180 (70.70% from 255) = 34.09%
R=32.20%
G=33.71%
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
Decimal1701781800.060.0100.291926.2568.63
HexAAB2B46101Dc0645
Octal252262264610353006105
Binary1010101010110010101101001101011101110000001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB2B4; }

 p { color: rgb(170,178,180); }

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

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

 a { background-color: rgb(170,178,180); }

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

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

 span { border-color: rgb(170,178,180); }

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