Html Css Color HEX #AEBFA1 Sprout

📋 copy color: '#AEBFA1'

red 174 ◦ green 191 ◦ blue 161

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

Shades of Sprout #AEBFA1

Tints of Sprout #AEBFA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.61%

R = 33.08%
G = 36.31%
B = 30.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#AEBFA1 (or 0xAEBFA1) is known color: Sprout. HEX triplet: AE, BF and A1. RGB value is (174,191,161). Sum of RGB (Red+Green+Blue) = 174+191+161=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBFA1 is #51405E. Grayscale: #B6B6B6. Windows color (decimal): -5324895 or 10600366. OLE color: 10600366.

HSL color Cylindrical-coordinate representation of color #AEBFA1: hue angle of 94º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEBFA1 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 191 161 -
CMYK 0.09 0 0.16 0.25
HSL 94º 0.19% 0.69% -
HSV(B) 94º 0.16% 0.75% -
XYZ 42.52 48.83 40.9 -
YUV 182.5 115.87 121.94 -
System Red Green Blue C M Y K H S L
Decimal 174 191 161 0.09 0 0.16 0.25 94 0.19 0.69
Hex AE BF A1 9 0 10 19 5E 13 45
Octal 256 277 241 11 0 20 31 136 23 105
Binary 10101110 10111111 10100001 1001 0 10000 11001 1011110 10011 1000101

Color Harmonies of #AEBFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFA1

Black with #AEBFA1

Text Example


Text Example

White with #AEBFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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