#AAB8C1

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

Shades of Heather #AAB8C1

Tints of Heather #AAB8C1

Color information

#AAB8C1 (or 0xAAB8C1) is unknown color: approx Heather. HEX triplet: AA, B8 and C1. RGB value is (170,184,193). Sum of RGB (Red+Green+Blue) = 170+184+193=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 193 - color contains mainly: blue. Hex color #AAB8C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8C1 is #55473E. Grayscale: #B4B4B4. Windows color (decimal): -5588799 or 12695722. OLE color: 12695722.

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

Color convert

RGB170184193-
CMYK0.120.0500.24
HSL203.48º15.65%71.18%-
HSV(B)203.48º11.92%75.69%-
XYZ43.3446.6857.18-
YUV180.84134.86120.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 184 (72.27% from 255) = 33.64%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=31.08%
G=33.64%
B=35.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701841930.120.0500.24203.4815.6571.18
HexAAB8C1C5018cb1047
Octal25227030114503031320107
Binary101010101011100011000001110010101100011001011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8C1; }

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

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

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

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

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

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

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

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