#AEB6AD

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

Shades of Rainee #AEB6AD

Tints of Rainee #AEB6AD

Color information

#AEB6AD (or 0xAEB6AD) is unknown color: approx Rainee. HEX triplet: AE, B6 and AD. RGB value is (174,182,173). Sum of RGB (Red+Green+Blue) = 174+182+173=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB6AD is #514952. Grayscale: #B2B2B2. Windows color (decimal): -5327187 or 11384494. OLE color: 11384494.

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

Color convert

RGB174182173-
CMYK0.0400.050.29
HSL113.33º5.81%69.61%-
HSV(B)113.33º4.95%71.37%-
XYZ41.7345.4746.11-
YUV178.58124.85124.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 182 (71.48% from 255) = 34.40%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=32.89%
G=34.40%
B=32.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741821730.0400.050.29113.335.8169.61
HexAEB6AD4051D71646
Octal256266255405351616106
Binary10101110101101101010110110001011110111100011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB6AD; }

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

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

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

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

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

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

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

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