#AEBFA6

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

Shades of Spring Rain #AEBFA6

Tints of Spring Rain #AEBFA6

Color information

#AEBFA6 (or 0xAEBFA6) is unknown color: approx Spring Rain. HEX triplet: AE, BF and A6. RGB value is (174,191,166). Sum of RGB (Red+Green+Blue) = 174+191+166=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBFA6 is #514059. Grayscale: #B7B7B7. Windows color (decimal): -5324890 or 10928046. OLE color: 10928046.

HSL color Cylindrical-coordinate representation of color #AEBFA6: hue angle of 100.8º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEBFA6 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB174191166-
CMYK0.0900.130.25
HSL100.8º16.34%70%-
HSV(B)100.8º13.09%74.9%-
XYZ42.9749.0143.27-
YUV183.07118.37121.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 166 (65.23% from 255) = 31.26%
R=32.77%
G=35.97%
B=31.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911660.0900.130.25100.816.3470
HexAEBFA690D19651046
Octal256277246110153114520106
Binary101011101011111110100110100101101110011100101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFA6; }

 p { color: rgb(174,191,166); }

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

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

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

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

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

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

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