Html Css Color HEX #AEBF9D Sprout

📋 copy color: '#AEBF9D'

red 174 ◦ green 191 ◦ blue 157

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

Shades of Sprout #AEBF9D

Tints of Sprout #AEBF9D

RGB

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

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

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

R = 33.33%
G = 36.59%
B = 30.08%

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

#AEBF9D (or 0xAEBF9D) is known color: Sprout. HEX triplet: AE, BF and 9D. RGB value is (174,191,157). Sum of RGB (Red+Green+Blue) = 174+191+157=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBF9D is #514062. Grayscale: #B6B6B6. Windows color (decimal): -5324899 or 10338222. OLE color: 10338222.

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

Color convert

RGB 174 191 157 -
CMYK 0.09 0 0.18 0.25
HSL 90º 0.21% 0.68% -
HSV(B) 90º 0.18% 0.75% -
XYZ 42.17 48.69 39.07 -
YUV 182.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 174 191 157 0.09 0 0.18 0.25 90 0.21 0.68
Hex AE BF 9D 9 0 12 19 5A 15 44
Octal 256 277 235 11 0 22 31 132 25 104
Binary 10101110 10111111 10011101 1001 0 10010 11001 1011010 10101 1000100

Color Harmonies of #AEBF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBF9D

Black with #AEBF9D

Text Example


Text Example

White with #AEBF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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