#AEC4CA

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

Shades of Heather #AEC4CA

Tints of Heather #AEC4CA

Color information

#AEC4CA (or 0xAEC4CA) is unknown color: approx Heather. HEX triplet: AE, C4 and CA. RGB value is (174,196,202). Sum of RGB (Red+Green+Blue) = 174+196+202=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEC4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC4CA is #513B35. Grayscale: #BEBEBE. Windows color (decimal): -5323574 or 13288622. OLE color: 13288622.

HSL color Cylindrical-coordinate representation of color #AEC4CA: hue angle of 192.86º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEC4CA is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174196202-
CMYK0.140.0300.21
HSL192.86º20.9%73.73%-
HSV(B)192.86º13.86%79.22%-
XYZ47.8652.7463.54-
YUV190.11134.71116.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.42%
GREEN value IS 196 (76.95% from 255) = 34.27%
BLUE value IS 202 (79.30% from 255) = 35.31%
R=30.42%
G=34.27%
B=35.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741962020.140.0300.21192.8620.973.73
HexAEC4CAE3015c1154a
Octal25630431216302530125112
Binary10101110110001001100101011101101010111000001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC4CA; }

 p { color: rgb(174,196,202); }

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

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

 a { background-color: rgb(174,196,202); }

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

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

 span { border-color: rgb(174,196,202); }

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