Html Css Color HEX #A6AA9A Green Spring

📋 copy color: '#A6AA9A'

red 166 ◦ green 170 ◦ blue 154

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

Shades of Green Spring #A6AA9A

Tints of Green Spring #A6AA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.43%

R = 33.88%
G = 34.69%
B = 31.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#A6AA9A (or 0xA6AA9A) is known color: Green Spring. HEX triplet: A6, AA and 9A. RGB value is (166,170,154). Sum of RGB (Red+Green+Blue) = 166+170+154=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AA9A is #595565. Grayscale: #A7A7A7. Windows color (decimal): -5854566 or 10136230. OLE color: 10136230.

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

Color convert

RGB 166 170 154 -
CMYK 0.02 0 0.09 0.33
HSL 75º 0.09% 0.64% -
HSV(B) 75º 0.09% 0.67% -
XYZ 35.93 39.19 36.24 -
YUV 166.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 166 170 154 0.02 0 0.09 0.33 75 0.09 0.64
Hex A6 AA 9A 2 0 9 21 4B 9 40
Octal 246 252 232 2 0 11 41 113 11 100
Binary 10100110 10101010 10011010 10 0 1001 100001 1001011 1001 1000000

Color Harmonies of #A6AA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AA9A

Black with #A6AA9A

Text Example


Text Example

White with #A6AA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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