#AEB7AA

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

Shades of Rainee #AEB7AA

Tints of Rainee #AEB7AA

Color information

#AEB7AA (or 0xAEB7AA) is unknown color: approx Rainee. HEX triplet: AE, B7 and AA. RGB value is (174,183,170). Sum of RGB (Red+Green+Blue) = 174+183+170=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB7AA is #514855. Grayscale: #B2B2B2. Windows color (decimal): -5326934 or 11188142. OLE color: 11188142.

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

Color convert

RGB174183170-
CMYK0.0500.070.28
HSL101.54º8.28%69.22%-
HSV(B)101.54º7.1%71.76%-
XYZ41.6445.7744.67-
YUV178.83123.02124.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 183 (71.88% from 255) = 34.72%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=33.02%
G=34.72%
B=32.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741831700.0500.070.28101.548.2869.22
HexAEB7AA5071C66845
Octal2562672525073414610105
Binary101011101011011110101010101011111100110011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB7AA; }

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

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

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

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

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

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

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

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