#AEBF9C

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

Shades of Sprout #AEBF9C

Tints of Sprout #AEBF9C

Color information

#AEBF9C (or 0xAEBF9C) is unknown color: approx Sprout. HEX triplet: AE, BF and 9C. RGB value is (174,191,156). Sum of RGB (Red+Green+Blue) = 174+191+156=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBF9C is #514063. Grayscale: #B6B6B6. Windows color (decimal): -5324900 or 10272686. OLE color: 10272686.

HSL color Cylindrical-coordinate representation of color #AEBF9C: hue angle of 89.14º 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 #AEBF9C is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB174191156-
CMYK0.0900.180.25
HSL89.14º21.47%68.04%-
HSV(B)89.14º18.32%74.9%-
XYZ42.0948.6638.63-
YUV181.93113.37122.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 191 (75% from 255) = 36.66%
BLUE value IS 156 (61.33% from 255) = 29.94%
R=33.40%
G=36.66%
B=29.94%

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
Decimal1741911560.0900.180.2589.1421.4768.04
HexAEBF9C901219591544
Octal256277234110223113125104
Binary1010111010111111100111001001010010110011011001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF9C; }

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

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

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

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

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

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

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

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