Html Css Color HEX #AAAD9D Green Spring

📋 copy color: '#AAAD9D'

red 170 ◦ green 173 ◦ blue 157

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

Shades of Green Spring #AAAD9D

Tints of Green Spring #AAAD9D

RGB

 RED value IS 170 (66.8% from 255) = 34%

 GREEN value IS 173 (67.97% from 255) = 34.6%

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

R = 34%
G = 34.6%
B = 31.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AAAD9D (or 0xAAAD9D) is known color: Green Spring. HEX triplet: AA, AD and 9D. RGB value is (170,173,157). Sum of RGB (Red+Green+Blue) = 170+173+157=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAD9D is #555262. Grayscale: #AAAAAA. Windows color (decimal): -5591651 or 10333610. OLE color: 10333610.

HSL color Cylindrical-coordinate representation of color #AAAD9D: hue angle of 71.25º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAAD9D is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 173 157 -
CMYK 0.02 0 0.09 0.32
HSL 71.25º 0.09% 0.65% -
HSV(B) 71.25º 0.09% 0.68% -
XYZ 37.61 40.87 37.8 -
YUV 170.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 170 173 157 0.02 0 0.09 0.32 71.25 0.09 0.65
Hex AA AD 9D 2 0 9 20 47 9 41
Octal 252 255 235 2 0 11 40 107 11 101
Binary 10101010 10101101 10011101 10 0 1001 100000 1000111 1001 1000001

Color Harmonies of #AAAD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD9D

Black with #AAAD9D

Text Example


Text Example

White with #AAAD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD9D; }

 p { color: rgb(170,173,157); }

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

background-color css

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

 a { background-color: rgb(170,173,157); }

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

border-color css

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

 span { border-color: rgb(170,173,157); }

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