#AEC8A8

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

Shades of Rainee #AEC8A8

Tints of Rainee #AEC8A8

Color information

#AEC8A8 (or 0xAEC8A8) is unknown color: approx Rainee. HEX triplet: AE, C8 and A8. RGB value is (174,200,168). Sum of RGB (Red+Green+Blue) = 174+200+168=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC8A8 is #513757. Grayscale: #BCBCBC. Windows color (decimal): -5322584 or 11061422. OLE color: 11061422.

HSL color Cylindrical-coordinate representation of color #AEC8A8: hue angle of 108.75º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEC8A8 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB174200168-
CMYK0.1300.160.22
HSL108.75º22.54%72.16%-
HSV(B)108.75º16%78.43%-
XYZ45.1853.1344.92-
YUV188.58116.39117.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 200 (78.52% from 255) = 36.90%
BLUE value IS 168 (66.02% from 255) = 31.00%
R=32.10%
G=36.90%
B=31.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1742001680.1300.160.22108.7522.5472.16
HexAEC8A8D010166d1748
Octal256310250150202615527110
Binary1010111011001000101010001101010000101101101101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC8A8; }

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

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

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

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

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

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

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

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