#AEB1AD

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

Shades of Rainee #AEB1AD

Tints of Rainee #AEB1AD

Color information

#AEB1AD (or 0xAEB1AD) is unknown color: approx Rainee. HEX triplet: AE, B1 and AD. RGB value is (174,177,173). Sum of RGB (Red+Green+Blue) = 174+177+173=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB1AD is #514E52. Grayscale: #AFAFAF. Windows color (decimal): -5328467 or 11383214. OLE color: 11383214.

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

Color convert

RGB174177173-
CMYK0.0200.020.31
HSL105º2.5%68.63%-
HSV(B)105º2.26%69.41%-
XYZ40.7243.4645.78-
YUV175.65126.51126.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 177 (69.53% from 255) = 33.78%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=33.21%
G=33.78%
B=33.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771730.0200.020.311052.568.63
HexAEB1AD2021F69345
Octal256261255202371513105
Binary10101110101100011010110110010111111101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1AD; }

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

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

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

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

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

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

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

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