Html Css Color HEX #A6AD96 Green Spring

📋 copy color: '#A6AD96'

red 166 ◦ green 173 ◦ blue 150

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

Shades of Green Spring #A6AD96

Tints of Green Spring #A6AD96

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.38%

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

R = 33.95%
G = 35.38%
B = 30.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#A6AD96 (or 0xA6AD96) is known color: Green Spring. HEX triplet: A6, AD and 96. RGB value is (166,173,150). Sum of RGB (Red+Green+Blue) = 166+173+150=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AD96 is #595269. Grayscale: #A8A8A8. Windows color (decimal): -5853802 or 9874854. OLE color: 9874854.

HSL color Cylindrical-coordinate representation of color #A6AD96: hue angle of 78.26º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6AD96 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 173 150 -
CMYK 0.04 0 0.13 0.32
HSL 78.26º 0.12% 0.63% -
HSV(B) 78.26º 0.13% 0.68% -
XYZ 36.17 40.2 34.71 -
YUV 168.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 166 173 150 0.04 0 0.13 0.32 78.26 0.12 0.63
Hex A6 AD 96 4 0 D 20 4E C 3F
Octal 246 255 226 4 0 15 40 116 14 77
Binary 10100110 10101101 10010110 100 0 1101 100000 1001110 1100 111111

Color Harmonies of #A6AD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AD96

Black with #A6AD96

Text Example


Text Example

White with #A6AD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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