#AECDA5

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

Shades of Rainee #AECDA5

Tints of Rainee #AECDA5

Color information

#AECDA5 (or 0xAECDA5) is unknown color: approx Rainee. HEX triplet: AE, CD and A5. RGB value is (174,205,165). Sum of RGB (Red+Green+Blue) = 174+205+165=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECDA5 is #51325A. Grayscale: #BFBFBF. Windows color (decimal): -5321307 or 10866094. OLE color: 10866094.

HSL color Cylindrical-coordinate representation of color #AECDA5: hue angle of 106.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AECDA5 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB174205165-
CMYK0.1500.200.20
HSL106.5º28.57%72.55%-
HSV(B)106.5º19.51%80.39%-
XYZ46.0855.3843.86-
YUV191.17113.23115.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 205 (80.47% from 255) = 37.68%
BLUE value IS 165 (64.84% from 255) = 30.33%
R=31.99%
G=37.68%
B=30.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051650.1500.200.20106.528.5772.55
HexAECDA5F014146a1d49
Octal256315245170242415235111
Binary1010111011001101101001011111010100101001101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDA5; }

 p { color: rgb(174,205,165); }

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

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

 a { background-color: rgb(174,205,165); }

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

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

 span { border-color: rgb(174,205,165); }

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