#AEBD9E

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

Shades of Sprout #AEBD9E

Tints of Sprout #AEBD9E

Color information

#AEBD9E (or 0xAEBD9E) is unknown color: approx Sprout. HEX triplet: AE, BD and 9E. RGB value is (174,189,158). Sum of RGB (Red+Green+Blue) = 174+189+158=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD9E is #514261. Grayscale: #B5B5B5. Windows color (decimal): -5325410 or 10403246. OLE color: 10403246.

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

Color convert

RGB174189158-
CMYK0.0800.160.26
HSL89.03º19.02%68.04%-
HSV(B)89.03º16.4%74.12%-
XYZ41.8247.8639.38-
YUV180.98115.03123.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 189 (74.22% from 255) = 36.28%
BLUE value IS 158 (62.11% from 255) = 30.33%
R=33.40%
G=36.28%
B=30.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891580.0800.160.2689.0319.0268.04
HexAEBD9E80101A591344
Octal256275236100203213123104
Binary1010111010111101100111101000010000110101011001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD9E; }

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

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

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

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

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

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

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

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