Html Css Color HEX #AEB5A0 Green Spring

📋 copy color: '#AEB5A0'

red 174 ◦ green 181 ◦ blue 160

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

Shades of Green Spring #AEB5A0

Tints of Green Spring #AEB5A0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.15%

 BLUE value IS 160 (62.89% from 255) = 31.07%

R = 33.79%
G = 35.15%
B = 31.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#AEB5A0 (or 0xAEB5A0) is known color: Green Spring. HEX triplet: AE, B5 and A0. RGB value is (174,181,160). Sum of RGB (Red+Green+Blue) = 174+181+160=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB5A0 is #514A5F. Grayscale: #B0B0B0. Windows color (decimal): -5327456 or 10532270. OLE color: 10532270.

HSL color Cylindrical-coordinate representation of color #AEB5A0: hue angle of 80º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEB5A0 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 181 160 -
CMYK 0.04 0 0.12 0.29
HSL 80º 0.12% 0.67% -
HSV(B) 80º 0.12% 0.71% -
XYZ 40.32 44.58 39.74 -
YUV 176.51 118.68 126.21 -
System Red Green Blue C M Y K H S L
Decimal 174 181 160 0.04 0 0.12 0.29 80 0.12 0.67
Hex AE B5 A0 4 0 C 1D 50 C 43
Octal 256 265 240 4 0 14 35 120 14 103
Binary 10101110 10110101 10100000 100 0 1100 11101 1010000 1100 1000011

Color Harmonies of #AEB5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB5A0

Black with #AEB5A0

Text Example


Text Example

White with #AEB5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB5A0; }

 p { color: rgb(174,181,160); }

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

background-color css

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

 a { background-color: rgb(174,181,160); }

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

border-color css

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

 span { border-color: rgb(174,181,160); }

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