Html Css Color HEX #A6AA9E Green Spring

📋 copy color: '#A6AA9E'

red 166 ◦ green 170 ◦ blue 158

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

Shades of Green Spring #A6AA9E

Tints of Green Spring #A6AA9E

RGB

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

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

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

R = 33.6%
G = 34.41%
B = 31.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#A6AA9E (or 0xA6AA9E) is known color: Green Spring. HEX triplet: A6, AA and 9E. RGB value is (166,170,158). Sum of RGB (Red+Green+Blue) = 166+170+158=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AA9E is #595561. Grayscale: #A7A7A7. Windows color (decimal): -5854562 or 10398374. OLE color: 10398374.

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

Color convert

RGB 166 170 158 -
CMYK 0.02 0 0.07 0.33
HSL 80º 0.07% 0.64% -
HSV(B) 80º 0.07% 0.67% -
XYZ 36.27 39.33 38.03 -
YUV 167.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 166 170 158 0.02 0 0.07 0.33 80 0.07 0.64
Hex A6 AA 9E 2 0 7 21 50 7 40
Octal 246 252 236 2 0 7 41 120 7 100
Binary 10100110 10101010 10011110 10 0 111 100001 1010000 111 1000000

Color Harmonies of #A6AA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AA9E

Black with #A6AA9E

Text Example


Text Example

White with #A6AA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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