#AAB8C4

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

Shades of Heather #AAB8C4

Tints of Heather #AAB8C4

Color information

#AAB8C4 (or 0xAAB8C4) is unknown color: approx Heather. HEX triplet: AA, B8 and C4. RGB value is (170,184,196). Sum of RGB (Red+Green+Blue) = 170+184+196=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 196 - color contains mainly: blue. Hex color #AAB8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8C4 is #55473B. Grayscale: #B5B5B5. Windows color (decimal): -5588796 or 12892330. OLE color: 12892330.

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

Color convert

RGB170184196-
CMYK0.130.0600.23
HSL207.69º18.06%71.76%-
HSV(B)207.69º13.27%76.86%-
XYZ43.6846.8158.96-
YUV181.18136.36120.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 184 (72.27% from 255) = 33.45%
BLUE value IS 196 (76.95% from 255) = 35.64%
R=30.91%
G=33.45%
B=35.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701841960.130.0600.23207.6918.0671.76
HexAAB8C4D6017d01248
Octal25227030415602732022110
Binary101010101011100011000100110111001011111010000100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8C4; }

 p { color: rgb(170,184,196); }

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

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

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

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

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

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

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