Html Css Color HEX #A6AA9D Green Spring

📋 copy color: '#A6AA9D'

red 166 ◦ green 170 ◦ blue 157

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

Shades of Green Spring #A6AA9D

Tints of Green Spring #A6AA9D

RGB

 RED value IS 166 (65.23% from 255) = 33.67%

 GREEN value IS 170 (66.8% from 255) = 34.48%

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

R = 33.67%
G = 34.48%
B = 31.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#A6AA9D (or 0xA6AA9D) is known color: Green Spring. HEX triplet: A6, AA and 9D. RGB value is (166,170,157). Sum of RGB (Red+Green+Blue) = 166+170+157=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AA9D is #595562. Grayscale: #A7A7A7. Windows color (decimal): -5854563 or 10332838. OLE color: 10332838.

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

Color convert

RGB 166 170 157 -
CMYK 0.02 0 0.08 0.33
HSL 78.46º 0.07% 0.64% -
HSV(B) 78.46º 0.08% 0.67% -
XYZ 36.19 39.29 37.57 -
YUV 167.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 166 170 157 0.02 0 0.08 0.33 78.46 0.07 0.64
Hex A6 AA 9D 2 0 8 21 4E 7 40
Octal 246 252 235 2 0 10 41 116 7 100
Binary 10100110 10101010 10011101 10 0 1000 100001 1001110 111 1000000

Color Harmonies of #A6AA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AA9D

Black with #A6AA9D

Text Example


Text Example

White with #A6AA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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