#AEC2AB

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

Shades of Rainee #AEC2AB

Tints of Rainee #AEC2AB

Color information

#AEC2AB (or 0xAEC2AB) is unknown color: approx Rainee. HEX triplet: AE, C2 and AB. RGB value is (174,194,171). Sum of RGB (Red+Green+Blue) = 174+194+171=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC2AB is #513D54. Grayscale: #B9B9B9. Windows color (decimal): -5324117 or 11256494. OLE color: 11256494.

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

Color convert

RGB174194171-
CMYK0.1000.120.24
HSL112.17º15.86%71.57%-
HSV(B)112.17º11.86%76.08%-
XYZ44.150.5245.96-
YUV185.4119.87119.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 194 (76.17% from 255) = 35.99%
BLUE value IS 171 (67.19% from 255) = 31.73%
R=32.28%
G=35.99%
B=31.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741941710.1000.120.24112.1715.8671.57
HexAEC2ABA0C18701048
Octal256302253120143016020110
Binary101011101100001010101011101001100110001110000100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC2AB; }

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

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

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

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

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

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

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

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