#AEC2A8

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

Shades of Rainee #AEC2A8

Tints of Rainee #AEC2A8

Color information

#AEC2A8 (or 0xAEC2A8) is unknown color: approx Rainee. HEX triplet: AE, C2 and A8. RGB value is (174,194,168). Sum of RGB (Red+Green+Blue) = 174+194+168=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC2A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC2A8 is #513D57. Grayscale: #B9B9B9. Windows color (decimal): -5324120 or 11059886. OLE color: 11059886.

HSL color Cylindrical-coordinate representation of color #AEC2A8: hue angle of 106.15º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEC2A8 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB174194168-
CMYK0.1000.130.24
HSL106.15º17.57%70.98%-
HSV(B)106.15º13.4%76.08%-
XYZ43.8250.4144.47-
YUV185.06118.37120.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 194 (76.17% from 255) = 36.19%
BLUE value IS 168 (66.02% from 255) = 31.34%
R=32.46%
G=36.19%
B=31.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741941680.1000.130.24106.1517.5770.98
HexAEC2A8A0D186a1247
Octal256302250120153015222107
Binary101011101100001010101000101001101110001101010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC2A8; }

 p { color: rgb(174,194,168); }

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

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

 a { background-color: rgb(174,194,168); }

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

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

 span { border-color: rgb(174,194,168); }

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