Html Css Color HEX #AEBD9D Sprout

📋 copy color: '#AEBD9D'

red 174 ◦ green 189 ◦ blue 157

#AEBD9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #AEBD9D

Tints of Sprout #AEBD9D

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 value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#AEBD9D (or 0xAEBD9D) is known color: 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

RGB 174 189 157 -
CMYK 0.08 0 0.17 0.26
HSL 88.13º 0.2% 0.68% -
HSV(B) 88.13º 0.17% 0.74% -
XYZ 41.74 47.83 38.93 -
YUV 180.87 114.53 123.1 -
System Red Green Blue C M Y K H S L
Decimal 174 189 157 0.08 0 0.17 0.26 88.13 0.2 0.68
Hex AE BD 9D 8 0 11 1A 58 14 44
Octal 256 275 235 10 0 21 32 130 24 104
Binary 10101110 10111101 10011101 1000 0 10001 11010 1011000 10100 1000100

Color Harmonies of #AEBD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD9D

Black with #AEBD9D

Text Example


Text Example

White with #AEBD9D

Text Example


Text Example

HTML Codes & Css Web 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>