#AEB8AD

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

Shades of Rainee #AEB8AD

Tints of Rainee #AEB8AD

Color information

#AEB8AD (or 0xAEB8AD) is unknown color: approx Rainee. HEX triplet: AE, B8 and AD. RGB value is (174,184,173). Sum of RGB (Red+Green+Blue) = 174+184+173=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB8AD is #514752. Grayscale: #B3B3B3. Windows color (decimal): -5326675 or 11385006. OLE color: 11385006.

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

Color convert

RGB174184173-
CMYK0.0500.060.28
HSL114.55º7.19%70%-
HSV(B)114.55º5.98%72.16%-
XYZ42.1446.346.25-
YUV179.76124.19123.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 184 (72.27% from 255) = 34.65%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=32.77%
G=34.65%
B=32.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741841730.0500.060.28114.557.1970
HexAEB8AD5061C73746
Octal256270255506341637106
Binary10101110101110001010110110101101110011100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB8AD; }

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

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

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

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

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

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

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

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