#AEBDAA

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

Shades of Rainee #AEBDAA

Tints of Rainee #AEBDAA

Color information

#AEBDAA (or 0xAEBDAA) is unknown color: approx Rainee. HEX triplet: AE, BD and AA. RGB value is (174,189,170). Sum of RGB (Red+Green+Blue) = 174+189+170=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBDAA is #514255. Grayscale: #B6B6B6. Windows color (decimal): -5325398 or 11189678. OLE color: 11189678.

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

Color convert

RGB174189170-
CMYK0.0800.100.26
HSL107.37º12.58%70.39%-
HSV(B)107.37º10.05%74.12%-
XYZ42.9148.345.09-
YUV182.35121.03122.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.65%
GREEN value IS 189 (74.22% from 255) = 35.46%
BLUE value IS 170 (66.80% from 255) = 31.89%
R=32.65%
G=35.46%
B=31.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891700.0800.100.26107.3712.5870.39
HexAEBDAA80A1A6bd46
Octal256275252100123215315106
Binary10101110101111011010101010000101011010110101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDAA; }

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

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

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

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

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

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

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

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