#AAB4B4

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

Shades of Casper #AAB4B4

Tints of Casper #AAB4B4

Color information

#AAB4B4 (or 0xAAB4B4) is unknown color: approx Casper. HEX triplet: AA, B4 and B4. RGB value is (170,180,180). Sum of RGB (Red+Green+Blue) = 170+180+180=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 180 - color contains mainly: green, blue. Hex color #AAB4B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4B4 is #554B4B. Grayscale: #B1B1B1. Windows color (decimal): -5589836 or 11842730. OLE color: 11842730.

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

Color convert

RGB170180180-
CMYK0.06000.29
HSL180º6.25%68.63%-
HSV(B)180º5.56%70.59%-
XYZ41.1444.4849.6-
YUV177.01129.69123-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 180 (70.70% from 255) = 33.96%
BLUE value IS 180 (70.70% from 255) = 33.96%
R=32.08%
G=33.96%
B=33.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801800.06000.291806.2568.63
HexAAB4B46001Db4645
Octal252264264600352646105
Binary1010101010110100101101001100011101101101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB4B4; }

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

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

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

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

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

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

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

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