#AEBF9F

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

Shades of Sprout #AEBF9F

Tints of Sprout #AEBF9F

Color information

#AEBF9F (or 0xAEBF9F) is unknown color: approx Sprout. HEX triplet: AE, BF and 9F. RGB value is (174,191,159). Sum of RGB (Red+Green+Blue) = 174+191+159=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBF9F is #514060. Grayscale: #B6B6B6. Windows color (decimal): -5324897 or 10469294. OLE color: 10469294.

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

Color convert

RGB174191159-
CMYK0.0900.170.25
HSL91.87º20%68.63%-
HSV(B)91.87º16.75%74.9%-
XYZ42.3448.7639.98-
YUV182.27114.87122.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 191 (75% from 255) = 36.45%
BLUE value IS 159 (62.5% from 255) = 30.34%
R=33.21%
G=36.45%
B=30.34%

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
Decimal1741911590.0900.170.2591.872068.63
HexAEBF9F9011195c1445
Octal256277237110213113424105
Binary1010111010111111100111111001010001110011011100101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF9F; }

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

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

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

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

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

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

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

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