#AEB4AD

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

Shades of Rainee #AEB4AD

Tints of Rainee #AEB4AD

Color information

#AEB4AD (or 0xAEB4AD) is unknown color: approx Rainee. HEX triplet: AE, B4 and AD. RGB value is (174,180,173). Sum of RGB (Red+Green+Blue) = 174+180+173=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB4AD is #514B52. Grayscale: #B1B1B1. Windows color (decimal): -5327699 or 11383982. OLE color: 11383982.

HSL color Cylindrical-coordinate representation of color #AEB4AD: hue angle of 111.43º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AEB4AD is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB174180173-
CMYK0.0300.040.29
HSL111.43º4.46%69.22%-
HSV(B)111.43º3.89%70.59%-
XYZ41.3244.6645.98-
YUV177.41125.51125.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 180 (70.70% from 255) = 34.16%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=33.02%
G=34.16%
B=32.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801730.0300.040.29111.434.4669.22
HexAEB4AD3041D6f445
Octal256264255304351574105
Binary1010111010110100101011011101001110111011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4AD; }

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

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

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

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

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

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

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

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