Html Css Color HEX #AEB2A0 Green Spring

📋 copy color: '#AEB2A0'

red 174 ◦ green 178 ◦ blue 160

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

Shades of Green Spring #AEB2A0

Tints of Green Spring #AEB2A0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.77%

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

R = 33.98%
G = 34.77%
B = 31.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#AEB2A0 (or 0xAEB2A0) is known color: Green Spring. HEX triplet: AE, B2 and A0. RGB value is (174,178,160). Sum of RGB (Red+Green+Blue) = 174+178+160=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB2A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB2A0 is #514D5F. Grayscale: #AEAEAE. Windows color (decimal): -5328224 or 10531502. OLE color: 10531502.

HSL color Cylindrical-coordinate representation of color #AEB2A0: hue angle of 73.33º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEB2A0 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 178 160 -
CMYK 0.02 0 0.10 0.30
HSL 73.33º 0.1% 0.66% -
HSV(B) 73.33º 0.1% 0.7% -
XYZ 39.72 43.38 39.54 -
YUV 174.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 174 178 160 0.02 0 0.10 0.30 73.33 0.1 0.66
Hex AE B2 A0 2 0 A 1E 49 A 42
Octal 256 262 240 2 0 12 36 111 12 102
Binary 10101110 10110010 10100000 10 0 1010 11110 1001001 1010 1000010

Color Harmonies of #AEB2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB2A0

Black with #AEB2A0

Text Example


Text Example

White with #AEB2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB2A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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