#AAB7C5

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

Shades of Heather #AAB7C5

Tints of Heather #AAB7C5

Color information

#AAB7C5 (or 0xAAB7C5) is unknown color: approx Heather. HEX triplet: AA, B7 and C5. RGB value is (170,183,197). Sum of RGB (Red+Green+Blue) = 170+183+197=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 197 - color contains mainly: blue. Hex color #AAB7C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7C5 is #55483A. Grayscale: #B4B4B4. Windows color (decimal): -5589051 or 12957610. OLE color: 12957610.

HSL color Cylindrical-coordinate representation of color #AAB7C5: hue angle of 211.11º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAB7C5 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB170183197-
CMYK0.140.0700.23
HSL211.11º18.88%71.96%-
HSV(B)211.11º13.71%77.25%-
XYZ43.5946.4459.49-
YUV180.71137.19120.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 183 (71.88% from 255) = 33.27%
BLUE value IS 197 (77.34% from 255) = 35.82%
R=30.91%
G=33.27%
B=35.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701831970.140.0700.23211.1118.8871.96
HexAAB7C5E7017d31348
Octal25226730516702732323110
Binary101010101011011111000101111011101011111010011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB7C5; }

 p { color: rgb(170,183,197); }

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

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

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

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

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

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

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