#AEB9AA

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

Shades of Rainee #AEB9AA

Tints of Rainee #AEB9AA

Color information

#AEB9AA (or 0xAEB9AA) is unknown color: approx Rainee. HEX triplet: AE, B9 and AA. RGB value is (174,185,170). Sum of RGB (Red+Green+Blue) = 174+185+170=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB9AA is #514655. Grayscale: #B4B4B4. Windows color (decimal): -5326422 or 11188654. OLE color: 11188654.

HSL color Cylindrical-coordinate representation of color #AEB9AA: hue angle of 104º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEB9AA is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB174185170-
CMYK0.0600.080.27
HSL104º9.68%69.61%-
HSV(B)104º8.11%72.55%-
XYZ42.0646.644.81-
YUV180122.36123.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 185 (72.66% from 255) = 34.97%
BLUE value IS 170 (66.80% from 255) = 32.14%
R=32.89%
G=34.97%
B=32.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851700.0600.080.271049.6869.61
HexAEB9AA6081B68a46
Octal25627125260103315012106
Binary1010111010111001101010101100100011011110100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB9AA; }

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

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

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

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

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

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

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

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