Html Css Color HEX #AEBE9C Sprout

📋 copy color: '#AEBE9C'

red 174 ◦ green 190 ◦ blue 156

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

Shades of Sprout #AEBE9C

Tints of Sprout #AEBE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30%

R = 33.46%
G = 36.54%
B = 30%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#AEBE9C (or 0xAEBE9C) is known color: Sprout. HEX triplet: AE, BE and 9C. RGB value is (174,190,156). Sum of RGB (Red+Green+Blue) = 174+190+156=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBE9C is #514163. Grayscale: #B5B5B5. Windows color (decimal): -5325156 or 10272430. OLE color: 10272430.

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

Color convert

RGB 174 190 156 -
CMYK 0.08 0 0.18 0.25
HSL 88.24º 0.21% 0.68% -
HSV(B) 88.24º 0.18% 0.75% -
XYZ 41.87 48.23 38.55 -
YUV 181.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 174 190 156 0.08 0 0.18 0.25 88.24 0.21 0.68
Hex AE BE 9C 8 0 12 19 58 15 44
Octal 256 276 234 10 0 22 31 130 25 104
Binary 10101110 10111110 10011100 1000 0 10010 11001 1011000 10101 1000100

Color Harmonies of #AEBE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBE9C

Black with #AEBE9C

Text Example


Text Example

White with #AEBE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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