#AEBF9E

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

Shades of Sprout #AEBF9E

Tints of Sprout #AEBF9E

Color information

#AEBF9E (or 0xAEBF9E) is unknown color: approx Sprout. HEX triplet: AE, BF and 9E. RGB value is (174,191,158). Sum of RGB (Red+Green+Blue) = 174+191+158=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBF9E is #514061. Grayscale: #B6B6B6. Windows color (decimal): -5324898 or 10403758. OLE color: 10403758.

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

Color convert

RGB174191158-
CMYK0.0900.170.25
HSL90.91º20.5%68.43%-
HSV(B)90.91º17.28%74.9%-
XYZ42.2648.7339.53-
YUV182.15114.37122.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.27%
GREEN value IS 191 (75% from 255) = 36.52%
BLUE value IS 158 (62.11% from 255) = 30.21%
R=33.27%
G=36.52%
B=30.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911580.0900.170.2590.9120.568.43
HexAEBF9E9011195b1444
Octal256277236110213113324104
Binary1010111010111111100111101001010001110011011011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF9E; }

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

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

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

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

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

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

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

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