#AEB8AA

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

Shades of Rainee #AEB8AA

Tints of Rainee #AEB8AA

Color information

#AEB8AA (or 0xAEB8AA) is unknown color: approx Rainee. HEX triplet: AE, B8 and AA. RGB value is (174,184,170). Sum of RGB (Red+Green+Blue) = 174+184+170=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB8AA is #514755. Grayscale: #B3B3B3. Windows color (decimal): -5326678 or 11188398. OLE color: 11188398.

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

Color convert

RGB174184170-
CMYK0.0500.080.28
HSL102.86º8.97%69.41%-
HSV(B)102.86º7.61%72.16%-
XYZ41.8546.1844.74-
YUV179.41122.69124.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 184 (72.27% from 255) = 34.85%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=32.95%
G=34.85%
B=32.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741841700.0500.080.28102.868.9769.41
HexAEB8AA5081C67945
Octal25627025250103414711105
Binary1010111010111000101010101010100011100110011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB8AA; }

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

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

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

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

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

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

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

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