#AAB5C1

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

Shades of Heather #AAB5C1

Tints of Heather #AAB5C1

Color information

#AAB5C1 (or 0xAAB5C1) is unknown color: approx Heather. HEX triplet: AA, B5 and C1. RGB value is (170,181,193). Sum of RGB (Red+Green+Blue) = 170+181+193=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 181 (71.09% from 255 or 33.27% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #AAB5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5C1 is #554A3E. Grayscale: #B3B3B3. Windows color (decimal): -5589567 or 12694954. OLE color: 12694954.

HSL color Cylindrical-coordinate representation of color #AAB5C1: hue angle of 211.3º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAB5C1 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170181193-
CMYK0.120.0600.24
HSL211.3º15.65%71.18%-
HSV(B)211.3º11.92%75.69%-
XYZ42.7345.4456.97-
YUV179.08135.86121.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 181 (71.09% from 255) = 33.27%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=31.25%
G=33.27%
B=35.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701811930.120.0600.24211.315.6571.18
HexAAB5C1C6018d31047
Octal25226530114603032320107
Binary101010101011010111000001110011001100011010011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB5C1; }

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

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

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

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

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

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

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

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