#AEB8AB

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

Shades of Rainee #AEB8AB

Tints of Rainee #AEB8AB

Color information

#AEB8AB (or 0xAEB8AB) is unknown color: approx Rainee. HEX triplet: AE, B8 and AB. RGB value is (174,184,171). Sum of RGB (Red+Green+Blue) = 174+184+171=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB8AB is #514754. Grayscale: #B3B3B3. Windows color (decimal): -5326677 or 11253934. OLE color: 11253934.

HSL color Cylindrical-coordinate representation of color #AEB8AB: hue angle of 106.15º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEB8AB is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB174184171-
CMYK0.0500.070.28
HSL106.15º8.39%69.61%-
HSV(B)106.15º7.07%72.16%-
XYZ41.9546.2245.24-
YUV179.53123.19124.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 184 (72.27% from 255) = 34.78%
BLUE value IS 171 (67.19% from 255) = 32.33%
R=32.89%
G=34.78%
B=32.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741841710.0500.070.28106.158.3969.61
HexAEB8AB5071C6a846
Octal2562702535073415210106
Binary101011101011100010101011101011111100110101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB8AB; }

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

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

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

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

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

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

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

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