#AAB3B4

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

Shades of Casper #AAB3B4

Tints of Casper #AAB3B4

Color information

#AAB3B4 (or 0xAAB3B4) is unknown color: approx Casper. HEX triplet: AA, B3 and B4. RGB value is (170,179,180). Sum of RGB (Red+Green+Blue) = 170+179+180=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 180 - color contains mainly: blue. Hex color #AAB3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB3B4 is #554C4B. Grayscale: #B0B0B0. Windows color (decimal): -5590092 or 11842474. OLE color: 11842474.

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

Color convert

RGB170179180-
CMYK0.060.0100.29
HSL186º6.25%68.63%-
HSV(B)186º5.56%70.59%-
XYZ40.9444.0849.53-
YUV176.42130.02123.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.14%
GREEN value IS 179 (70.31% from 255) = 33.84%
BLUE value IS 180 (70.70% from 255) = 34.03%
R=32.14%
G=33.84%
B=34.03%

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
Decimal1701791800.060.0100.291866.2568.63
HexAAB3B46101Dba645
Octal252263264610352726105
Binary1010101010110011101101001101011101101110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB3B4; }

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

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

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

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

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

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

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

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