Html Css Color HEX #A6AA96 Green Spring

📋 copy color: '#A6AA96'

red 166 ◦ green 170 ◦ blue 150

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

Shades of Green Spring #A6AA96

Tints of Green Spring #A6AA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.86%

R = 34.16%
G = 34.98%
B = 30.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#A6AA96 (or 0xA6AA96) is known color: Green Spring. HEX triplet: A6, AA and 96. RGB value is (166,170,150). Sum of RGB (Red+Green+Blue) = 166+170+150=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AA96 is #595569. Grayscale: #A6A6A6. Windows color (decimal): -5854570 or 9874086. OLE color: 9874086.

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

Color convert

RGB 166 170 150 -
CMYK 0.02 0 0.12 0.33
HSL 72º 0.11% 0.63% -
HSV(B) 72º 0.12% 0.67% -
XYZ 35.61 39.06 34.52 -
YUV 166.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 166 170 150 0.02 0 0.12 0.33 72 0.11 0.63
Hex A6 AA 96 2 0 C 21 48 B 3F
Octal 246 252 226 2 0 14 41 110 13 77
Binary 10100110 10101010 10010110 10 0 1100 100001 1001000 1011 111111

Color Harmonies of #A6AA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AA96

Black with #A6AA96

Text Example


Text Example

White with #A6AA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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