Html Css Color HEX #AAAD9F Green Spring

📋 copy color: '#AAAD9F'

red 170 ◦ green 173 ◦ blue 159

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

Shades of Green Spring #AAAD9F

Tints of Green Spring #AAAD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.67%

R = 33.86%
G = 34.46%
B = 31.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AAAD9F (or 0xAAAD9F) is known color: Green Spring. HEX triplet: AA, AD and 9F. RGB value is (170,173,159). Sum of RGB (Red+Green+Blue) = 170+173+159=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAD9F is #555260. Grayscale: #AAAAAA. Windows color (decimal): -5591649 or 10464682. OLE color: 10464682.

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

Color convert

RGB 170 173 159 -
CMYK 0.02 0 0.08 0.32
HSL 72.86º 0.08% 0.65% -
HSV(B) 72.86º 0.08% 0.68% -
XYZ 37.78 40.94 38.71 -
YUV 170.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 170 173 159 0.02 0 0.08 0.32 72.86 0.08 0.65
Hex AA AD 9F 2 0 8 20 49 8 41
Octal 252 255 237 2 0 10 40 111 10 101
Binary 10101010 10101101 10011111 10 0 1000 100000 1001001 1000 1000001

Color Harmonies of #AAAD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD9F

Black with #AAAD9F

Text Example


Text Example

White with #AAAD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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