Html Css Color HEX #AEBE9D Sprout

📋 copy color: '#AEBE9D'

red 174 ◦ green 190 ◦ blue 157

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

Shades of Sprout #AEBE9D

Tints of Sprout #AEBE9D

RGB

 RED value IS 174 (68.36% from 255) = 33.4%

 GREEN value IS 190 (74.61% from 255) = 36.47%

 BLUE value IS 157 (61.72% from 255) = 30.13%

R = 33.4%
G = 36.47%
B = 30.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#AEBE9D (or 0xAEBE9D) is known color: Sprout. HEX triplet: AE, BE and 9D. RGB value is (174,190,157). Sum of RGB (Red+Green+Blue) = 174+190+157=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBE9D is #514162. Grayscale: #B5B5B5. Windows color (decimal): -5325155 or 10337966. OLE color: 10337966.

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

Color convert

RGB 174 190 157 -
CMYK 0.08 0 0.17 0.25
HSL 89.09º 0.2% 0.68% -
HSV(B) 89.09º 0.17% 0.75% -
XYZ 41.95 48.26 39 -
YUV 181.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 174 190 157 0.08 0 0.17 0.25 89.09 0.2 0.68
Hex AE BE 9D 8 0 11 19 59 14 44
Octal 256 276 235 10 0 21 31 131 24 104
Binary 10101110 10111110 10011101 1000 0 10001 11001 1011001 10100 1000100

Color Harmonies of #AEBE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBE9D

Black with #AEBE9D

Text Example


Text Example

White with #AEBE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBE9D; }

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

 H1.HeaderClassName
 {
   color: #AEBE9D;
 }
 .AnyTagClassName
 {
   color: #AEBE9D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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