#AEBF9D

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

Shades of Sprout #AEBF9D

Tints of Sprout #AEBF9D

Color information

#AEBF9D (or 0xAEBF9D) is unknown color: approx Sprout. HEX triplet: AE, BF and 9D. RGB value is (174,191,157). Sum of RGB (Red+Green+Blue) = 174+191+157=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBF9D is #514062. Grayscale: #B6B6B6. Windows color (decimal): -5324899 or 10338222. OLE color: 10338222.

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

Color convert

RGB174191157-
CMYK0.0900.180.25
HSL90º20.99%68.24%-
HSV(B)90º17.8%74.9%-
XYZ42.1748.6939.07-
YUV182.04113.87122.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 191 (75% from 255) = 36.59%
BLUE value IS 157 (61.72% from 255) = 30.08%
R=33.33%
G=36.59%
B=30.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911570.0900.180.259020.9968.24
HexAEBF9D9012195a1544
Octal256277235110223113225104
Binary1010111010111111100111011001010010110011011010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF9D; }

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

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

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

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

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

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

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

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