#AEBCA8

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

Shades of Spring Rain #AEBCA8

Tints of Spring Rain #AEBCA8

Color information

#AEBCA8 (or 0xAEBCA8) is unknown color: approx Spring Rain. HEX triplet: AE, BC and A8. RGB value is (174,188,168). Sum of RGB (Red+Green+Blue) = 174+188+168=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBCA8 is #514357. Grayscale: #B5B5B5. Windows color (decimal): -5325656 or 11058350. OLE color: 11058350.

HSL color Cylindrical-coordinate representation of color #AEBCA8: hue angle of 102º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEBCA8 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB174188168-
CMYK0.0700.110.26
HSL102º12.99%69.8%-
HSV(B)102º10.64%73.73%-
XYZ42.5147.7944.03-
YUV181.53120.36122.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 188 (73.83% from 255) = 35.47%
BLUE value IS 168 (66.02% from 255) = 31.70%
R=32.83%
G=35.47%
B=31.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881680.0700.110.2610212.9969.8
HexAEBCA870B1A66d46
Octal25627425070133214615106
Binary1010111010111100101010001110101111010110011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCA8; }

 p { color: rgb(174,188,168); }

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

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

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

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

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

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

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