#AEB7AD

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

Shades of Rainee #AEB7AD

Tints of Rainee #AEB7AD

Color information

#AEB7AD (or 0xAEB7AD) is unknown color: approx Rainee. HEX triplet: AE, B7 and AD. RGB value is (174,183,173). Sum of RGB (Red+Green+Blue) = 174+183+173=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB7AD is #514852. Grayscale: #B3B3B3. Windows color (decimal): -5326931 or 11384750. OLE color: 11384750.

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

Color convert

RGB174183173-
CMYK0.0500.050.28
HSL114º6.49%69.8%-
HSV(B)114º5.46%71.76%-
XYZ41.9345.8846.18-
YUV179.17124.52124.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 183 (71.88% from 255) = 34.53%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=32.83%
G=34.53%
B=32.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741831730.0500.050.281146.4969.8
HexAEB7AD5051C72646
Octal256267255505341626106
Binary10101110101101111010110110101011110011100101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB7AD; }

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

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

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

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

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

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

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

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