#AEB9AB

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

Shades of Rainee #AEB9AB

Tints of Rainee #AEB9AB

Color information

#AEB9AB (or 0xAEB9AB) is unknown color: approx Rainee. HEX triplet: AE, B9 and AB. RGB value is (174,185,171). Sum of RGB (Red+Green+Blue) = 174+185+171=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB9AB is #514654. Grayscale: #B4B4B4. Windows color (decimal): -5326421 or 11254190. OLE color: 11254190.

HSL color Cylindrical-coordinate representation of color #AEB9AB: hue angle of 107.14º degrees, saturation: 0.09, 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 #AEB9AB is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB174185171-
CMYK0.0600.080.27
HSL107.14º9.09%69.8%-
HSV(B)107.14º7.57%72.55%-
XYZ42.1646.6445.31-
YUV180.11122.86123.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 185 (72.66% from 255) = 34.91%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=32.83%
G=34.91%
B=32.26%

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
Decimal1741851710.0600.080.27107.149.0969.8
HexAEB9AB6081B6b946
Octal25627125360103315311106
Binary1010111010111001101010111100100011011110101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB9AB; }

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

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

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

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

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

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

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

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