Html Css Color HEX #AEBF9C Sprout

📋 copy color: '#AEBF9C'

red 174 ◦ green 191 ◦ blue 156

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

Shades of Sprout #AEBF9C

Tints of Sprout #AEBF9C

RGB

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

 GREEN value IS 191 (75% from 255) = 36.66%

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

R = 33.4%
G = 36.66%
B = 29.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#AEBF9C (or 0xAEBF9C) is known color: Sprout. HEX triplet: AE, BF and 9C. RGB value is (174,191,156). Sum of RGB (Red+Green+Blue) = 174+191+156=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBF9C is #514063. Grayscale: #B6B6B6. Windows color (decimal): -5324900 or 10272686. OLE color: 10272686.

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

Color convert

RGB 174 191 156 -
CMYK 0.09 0 0.18 0.25
HSL 89.14º 0.21% 0.68% -
HSV(B) 89.14º 0.18% 0.75% -
XYZ 42.09 48.66 38.63 -
YUV 181.93 113.37 122.35 -
System Red Green Blue C M Y K H S L
Decimal 174 191 156 0.09 0 0.18 0.25 89.14 0.21 0.68
Hex AE BF 9C 9 0 12 19 59 15 44
Octal 256 277 234 11 0 22 31 131 25 104
Binary 10101110 10111111 10011100 1001 0 10010 11001 1011001 10101 1000100

Color Harmonies of #AEBF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBF9C

Black with #AEBF9C

Text Example


Text Example

White with #AEBF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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