#AEBCAD

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

Shades of Rainee #AEBCAD

Tints of Rainee #AEBCAD

Color information

#AEBCAD (or 0xAEBCAD) is unknown color: approx Rainee. HEX triplet: AE, BC and AD. RGB value is (174,188,173). Sum of RGB (Red+Green+Blue) = 174+188+173=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBCAD is #514352. Grayscale: #B6B6B6. Windows color (decimal): -5325651 or 11386030. OLE color: 11386030.

HSL color Cylindrical-coordinate representation of color #AEBCAD: hue angle of 116º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEBCAD is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB174188173-
CMYK0.0700.080.26
HSL116º10.07%70.78%-
HSV(B)116º7.98%73.73%-
XYZ42.9847.9846.53-
YUV182.1122.86122.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 188 (73.83% from 255) = 35.14%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=32.52%
G=35.14%
B=32.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881730.0700.080.2611610.0770.78
HexAEBCAD7081A74a47
Octal25627425570103216412107
Binary1010111010111100101011011110100011010111010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCAD; }

 p { color: rgb(174,188,173); }

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

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

 a { background-color: rgb(174,188,173); }

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

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

 span { border-color: rgb(174,188,173); }

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