Html Css Color HEX #AAAD9C Green Spring

📋 copy color: '#AAAD9C'

red 170 ◦ green 173 ◦ blue 156

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

Shades of Green Spring #AAAD9C

Tints of Green Spring #AAAD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.26%

R = 34.07%
G = 34.67%
B = 31.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AAAD9C (or 0xAAAD9C) is known color: Green Spring. HEX triplet: AA, AD and 9C. RGB value is (170,173,156). Sum of RGB (Red+Green+Blue) = 170+173+156=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAD9C is #555263. Grayscale: #AAAAAA. Windows color (decimal): -5591652 or 10268074. OLE color: 10268074.

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

Color convert

RGB 170 173 156 -
CMYK 0.02 0 0.10 0.32
HSL 70.59º 0.09% 0.65% -
HSV(B) 70.59º 0.1% 0.68% -
XYZ 37.52 40.83 37.36 -
YUV 170.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 170 173 156 0.02 0 0.10 0.32 70.59 0.09 0.65
Hex AA AD 9C 2 0 A 20 47 9 41
Octal 252 255 234 2 0 12 40 107 11 101
Binary 10101010 10101101 10011100 10 0 1010 100000 1000111 1001 1000001

Color Harmonies of #AAAD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD9C

Black with #AAAD9C

Text Example


Text Example

White with #AAAD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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