#AEBDAC

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

Shades of Rainee #AEBDAC

Tints of Rainee #AEBDAC

Color information

#AEBDAC (or 0xAEBDAC) is unknown color: approx Rainee. HEX triplet: AE, BD and AC. RGB value is (174,189,172). Sum of RGB (Red+Green+Blue) = 174+189+172=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBDAC is #514253. Grayscale: #B6B6B6. Windows color (decimal): -5325396 or 11320750. OLE color: 11320750.

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

Color convert

RGB174189172-
CMYK0.0800.090.26
HSL112.94º11.41%70.78%-
HSV(B)112.94º8.99%74.12%-
XYZ43.148.3746.09-
YUV182.58122.03121.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 172 (67.58% from 255) = 32.15%
R=32.52%
G=35.33%
B=32.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891720.0800.090.26112.9411.4170.78
HexAEBDAC8091A71b47
Octal256275254100113216113107
Binary10101110101111011010110010000100111010111000110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDAC; }

 p { color: rgb(174,189,172); }

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

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

 a { background-color: rgb(174,189,172); }

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

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

 span { border-color: rgb(174,189,172); }

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