Html Css Color HEX #AEBE9E Sprout

📋 copy color: '#AEBE9E'

red 174 ◦ green 190 ◦ blue 158

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

Shades of Sprout #AEBE9E

Tints of Sprout #AEBE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.27%

R = 33.33%
G = 36.4%
B = 30.27%

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

#AEBE9E (or 0xAEBE9E) is known color: Sprout. HEX triplet: AE, BE and 9E. RGB value is (174,190,158). Sum of RGB (Red+Green+Blue) = 174+190+158=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBE9E is #514161. Grayscale: #B5B5B5. Windows color (decimal): -5325154 or 10403502. OLE color: 10403502.

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

Color convert

RGB 174 190 158 -
CMYK 0.08 0 0.17 0.25
HSL 90º 0.2% 0.68% -
HSV(B) 90º 0.17% 0.75% -
XYZ 42.04 48.29 39.45 -
YUV 181.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 174 190 158 0.08 0 0.17 0.25 90 0.2 0.68
Hex AE BE 9E 8 0 11 19 5A 14 44
Octal 256 276 236 10 0 21 31 132 24 104
Binary 10101110 10111110 10011110 1000 0 10001 11001 1011010 10100 1000100

Color Harmonies of #AEBE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBE9E

Black with #AEBE9E

Text Example


Text Example

White with #AEBE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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