#AEB0AE

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

Shades of Rainee #AEB0AE

Tints of Rainee #AEB0AE

Color information

#AEB0AE (or 0xAEB0AE) is unknown color: approx Rainee. HEX triplet: AE, B0 and AE. RGB value is (174,176,174). Sum of RGB (Red+Green+Blue) = 174+176+174=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB0AE is #514F51. Grayscale: #AFAFAF. Windows color (decimal): -5328722 or 11448494. OLE color: 11448494.

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

Color convert

RGB174176174-
CMYK0.0100.010.31
HSL120º1.25%68.63%-
HSV(B)120º1.14%69.02%-
XYZ40.6243.1146.22-
YUV175.17127.34127.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 176 (69.14% from 255) = 33.59%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=33.21%
G=33.59%
B=33.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741761740.0100.010.311201.2568.63
HexAEB0AE1011F78145
Octal256260256101371701105
Binary10101110101100001010111010111111111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB0AE; }

 p { color: rgb(174,176,174); }

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

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

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

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

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

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

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