#AAC1CB

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

Shades of Heather #AAC1CB

Tints of Heather #AAC1CB

Color information

#AAC1CB (or 0xAAC1CB) is unknown color: approx Heather. HEX triplet: AA, C1 and CB. RGB value is (170,193,203). Sum of RGB (Red+Green+Blue) = 170+193+203=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAC1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1CB is #553E34. Grayscale: #BBBBBB. Windows color (decimal): -5586485 or 13353386. OLE color: 13353386.

HSL color Cylindrical-coordinate representation of color #AAC1CB: hue angle of 198.18º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAC1CB is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170193203-
CMYK0.160.0500.20
HSL198.18º24.09%73.14%-
HSV(B)198.18º16.26%79.61%-
XYZ46.435163.9-
YUV187.26136.88115.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.04%
GREEN value IS 193 (75.78% from 255) = 34.10%
BLUE value IS 203 (79.69% from 255) = 35.87%
R=30.04%
G=34.10%
B=35.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701932030.160.0500.20198.1824.0973.14
HexAAC1CB105014c61849
Octal25230131320502430630111
Binary1010101011000001110010111000010101010011000110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC1CB; }

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

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

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

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

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

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

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

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