#AAC4CD

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

Shades of Heather #AAC4CD

Tints of Heather #AAC4CD

Color information

#AAC4CD (or 0xAAC4CD) is unknown color: approx Heather. HEX triplet: AA, C4 and CD. RGB value is (170,196,205). Sum of RGB (Red+Green+Blue) = 170+196+205=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAC4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC4CD is #553B32. Grayscale: #BDBDBD. Windows color (decimal): -5585715 or 13485226. OLE color: 13485226.

HSL color Cylindrical-coordinate representation of color #AAC4CD: hue angle of 195.43º 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 #AAC4CD is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170196205-
CMYK0.170.0400.20
HSL195.43º25.93%73.53%-
HSV(B)195.43º17.07%80.39%-
XYZ47.3452.4365.38-
YUV189.25136.89114.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.77%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=29.77%
G=34.33%
B=35.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701962050.170.0400.20195.4325.9373.53
HexAAC4CD114014c31a4a
Octal25230431521402430332112
Binary1010101011000100110011011000110001010011000011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC4CD; }

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

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

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

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

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

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

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

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