#AEBFA3

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

Shades of Spring Rain #AEBFA3

Tints of Spring Rain #AEBFA3

Color information

#AEBFA3 (or 0xAEBFA3) is unknown color: approx Spring Rain. HEX triplet: AE, BF and A3. RGB value is (174,191,163). Sum of RGB (Red+Green+Blue) = 174+191+163=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBFA3 is #51405C. Grayscale: #B6B6B6. Windows color (decimal): -5324893 or 10731438. OLE color: 10731438.

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

Color convert

RGB174191163-
CMYK0.0900.150.25
HSL96.43º17.95%69.41%-
HSV(B)96.43º14.66%74.9%-
XYZ42.748.941.84-
YUV182.72116.87121.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 191 (75% from 255) = 36.17%
BLUE value IS 163 (64.06% from 255) = 30.87%
R=32.95%
G=36.17%
B=30.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911630.0900.150.2596.4317.9569.41
HexAEBFA390F19601245
Octal256277243110173114022105
Binary101011101011111110100011100101111110011100000100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFA3; }

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

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

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

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

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

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

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

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