#AAC1CD

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

Shades of Heather #AAC1CD

Tints of Heather #AAC1CD

Color information

#AAC1CD (or 0xAAC1CD) is unknown color: approx Heather. HEX triplet: AA, C1 and CD. RGB value is (170,193,205). Sum of RGB (Red+Green+Blue) = 170+193+205=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAC1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1CD is #553E32. Grayscale: #BBBBBB. Windows color (decimal): -5586483 or 13484458. OLE color: 13484458.

HSL color Cylindrical-coordinate representation of color #AAC1CD: hue angle of 200.57º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAC1CD is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170193205-
CMYK0.170.0600.20
HSL200.57º25.93%73.53%-
HSV(B)200.57º17.07%80.39%-
XYZ46.6751.0965.16-
YUV187.49137.88115.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 193 (75.78% from 255) = 33.98%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=29.93%
G=33.98%
B=36.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701932050.170.0600.20200.5725.9373.53
HexAAC1CD116014c91a4a
Octal25230131521602431132112
Binary1010101011000001110011011000111001010011001001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC1CD; }

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

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

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

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

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

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

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

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