#AAB4B5

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

Shades of Casper #AAB4B5

Tints of Casper #AAB4B5

Color information

#AAB4B5 (or 0xAAB4B5) is unknown color: approx Casper. HEX triplet: AA, B4 and B5. RGB value is (170,180,181). Sum of RGB (Red+Green+Blue) = 170+180+181=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 181 - color contains mainly: blue. Hex color #AAB4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4B5 is #554B4A. Grayscale: #B1B1B1. Windows color (decimal): -5589835 or 11908266. OLE color: 11908266.

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

Color convert

RGB170180181-
CMYK0.060.0100.29
HSL185.45º6.92%68.82%-
HSV(B)185.45º6.08%70.98%-
XYZ41.2444.5250.14-
YUV177.12130.19122.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 180 (70.70% from 255) = 33.90%
BLUE value IS 181 (71.09% from 255) = 34.09%
R=32.02%
G=33.90%
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
Decimal1701801810.060.0100.29185.456.9268.82
HexAAB4B56101Db9745
Octal252264265610352717105
Binary1010101010110100101101011101011101101110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB4B5; }

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

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

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

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

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

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

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

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