#AEBD9D

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

Shades of Sprout #AEBD9D

Tints of Sprout #AEBD9D

Color information

#AEBD9D (or 0xAEBD9D) is unknown color: approx Sprout. HEX triplet: AE, BD and 9D. RGB value is (174,189,157). Sum of RGB (Red+Green+Blue) = 174+189+157=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD9D is #514262. Grayscale: #B4B4B4. Windows color (decimal): -5325411 or 10337710. OLE color: 10337710.

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

Color convert

RGB174189157-
CMYK0.0800.170.26
HSL88.12º19.51%67.84%-
HSV(B)88.12º16.93%74.12%-
XYZ41.7447.8338.93-
YUV180.87114.53123.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 189 (74.22% from 255) = 36.35%
BLUE value IS 157 (61.72% from 255) = 30.19%
R=33.46%
G=36.35%
B=30.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891570.0800.170.2688.1219.5167.84
HexAEBD9D80111A581444
Octal256275235100213213024104
Binary1010111010111101100111011000010001110101011000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD9D; }

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

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

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

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

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

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

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

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