#AEBAA7

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

Shades of Spring Rain #AEBAA7

Tints of Spring Rain #AEBAA7

Color information

#AEBAA7 (or 0xAEBAA7) is unknown color: approx Spring Rain. HEX triplet: AE, BA and A7. RGB value is (174,186,167). Sum of RGB (Red+Green+Blue) = 174+186+167=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBAA7 is #514558. Grayscale: #B4B4B4. Windows color (decimal): -5326169 or 10992302. OLE color: 10992302.

HSL color Cylindrical-coordinate representation of color #AEBAA7: hue angle of 97.89º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEBAA7 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB174186167-
CMYK0.0600.100.27
HSL97.89º12.1%69.22%-
HSV(B)97.89º10.22%72.94%-
XYZ41.9946.9143.4-
YUV180.25120.52123.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 186 (73.05% from 255) = 35.29%
BLUE value IS 167 (65.62% from 255) = 31.69%
R=33.02%
G=35.29%
B=31.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861670.0600.100.2797.8912.169.22
HexAEBAA760A1B62c45
Octal25627224760123314214105
Binary1010111010111010101001111100101011011110001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAA7; }

 p { color: rgb(174,186,167); }

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

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

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

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

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

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

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