#AEC1A8

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

Shades of Rainee #AEC1A8

Tints of Rainee #AEC1A8

Color information

#AEC1A8 (or 0xAEC1A8) is unknown color: approx Rainee. HEX triplet: AE, C1 and A8. RGB value is (174,193,168). Sum of RGB (Red+Green+Blue) = 174+193+168=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC1A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC1A8 is #513E57. Grayscale: #B8B8B8. Windows color (decimal): -5324376 or 11059630. OLE color: 11059630.

HSL color Cylindrical-coordinate representation of color #AEC1A8: hue angle of 105.6º degrees, saturation: 0.17, 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 #AEC1A8 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB174193168-
CMYK0.1000.130.24
HSL105.6º16.78%70.78%-
HSV(B)105.6º12.95%75.69%-
XYZ43.5949.9744.39-
YUV184.47118.71120.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 193 (75.78% from 255) = 36.07%
BLUE value IS 168 (66.02% from 255) = 31.40%
R=32.52%
G=36.07%
B=31.40%

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
Decimal1741931680.1000.130.24105.616.7870.78
HexAEC1A8A0D186a1147
Octal256301250120153015221107
Binary101011101100000110101000101001101110001101010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC1A8; }

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

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

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

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

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

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

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

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