Html Css Color HEX #AAAC9E Green Spring

📋 copy color: '#AAAC9E'

red 170 ◦ green 172 ◦ blue 158

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

Shades of Green Spring #AAAC9E

Tints of Green Spring #AAAC9E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.4%

 BLUE value IS 158 (62.11% from 255) = 31.6%

R = 34%
G = 34.4%
B = 31.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AAAC9E (or 0xAAAC9E) is known color: Green Spring. HEX triplet: AA, AC and 9E. RGB value is (170,172,158). Sum of RGB (Red+Green+Blue) = 170+172+158=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC9E is #555361. Grayscale: #A9A9A9. Windows color (decimal): -5591906 or 10398890. OLE color: 10398890.

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

Color convert

RGB 170 172 158 -
CMYK 0.01 0 0.08 0.33
HSL 68.57º 0.08% 0.65% -
HSV(B) 68.57º 0.08% 0.67% -
XYZ 37.5 40.52 38.19 -
YUV 169.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 170 172 158 0.01 0 0.08 0.33 68.57 0.08 0.65
Hex AA AC 9E 1 0 8 21 45 8 41
Octal 252 254 236 1 0 10 41 105 10 101
Binary 10101010 10101100 10011110 1 0 1000 100001 1000101 1000 1000001

Color Harmonies of #AAAC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC9E

Black with #AAAC9E

Text Example


Text Example

White with #AAAC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC9E; }

 p { color: rgb(170,172,158); }

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

background-color css

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

 a { background-color: rgb(170,172,158); }

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

border-color css

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

 span { border-color: rgb(170,172,158); }

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