#AABAC4

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

Shades of Heather #AABAC4

Tints of Heather #AABAC4

Color information

#AABAC4 (or 0xAABAC4) is unknown color: approx Heather. HEX triplet: AA, BA and C4. RGB value is (170,186,196). Sum of RGB (Red+Green+Blue) = 170+186+196=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 196 - color contains mainly: blue. Hex color #AABAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAC4 is #55453B. Grayscale: #B6B6B6. Windows color (decimal): -5588284 or 12892842. OLE color: 12892842.

HSL color Cylindrical-coordinate representation of color #AABAC4: hue angle of 203.08º 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 #AABAC4 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB170186196-
CMYK0.130.0500.23
HSL203.08º18.06%71.76%-
HSV(B)203.08º13.27%76.86%-
XYZ44.147.6559.1-
YUV182.36135.7119.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.80%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 196 (76.95% from 255) = 35.51%
R=30.80%
G=33.70%
B=35.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701861960.130.0500.23203.0818.0671.76
HexAABAC4D5017cb1248
Octal25227230415502731322110
Binary101010101011101011000100110110101011111001011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAC4; }

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

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

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

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

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

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

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

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