#AEAFAE

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

Shades of Rainee #AEAFAE

Tints of Rainee #AEAFAE

Color information

#AEAFAE (or 0xAEAFAE) is unknown color: approx Rainee. HEX triplet: AE, AF and AE. RGB value is (174,175,174). Sum of RGB (Red+Green+Blue) = 174+175+174=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAFAE is #515051. Grayscale: #AEAEAE. Windows color (decimal): -5328978 or 11448238. OLE color: 11448238.

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

Color convert

RGB174175174-
CMYK0.0100.010.31
HSL120º0.62%68.43%-
HSV(B)120º0.57%68.63%-
XYZ40.4342.7146.16-
YUV174.59127.67127.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.27%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 174 (68.36% from 255) = 33.27%
R=33.27%
G=33.46%
B=33.27%

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
Decimal1741751740.0100.010.311200.6268.43
HexAEAFAE1011F78144
Octal256257256101371701104
Binary10101110101011111010111010111111111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFAE; }

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

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

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

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

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

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

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

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