Html Css Color HEX #A6AD97 Green Spring

📋 copy color: '#A6AD97'

red 166 ◦ green 173 ◦ blue 151

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

Shades of Green Spring #A6AD97

Tints of Green Spring #A6AD97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.82%

R = 33.88%
G = 35.31%
B = 30.82%

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

#A6AD97 (or 0xA6AD97) is known color: Green Spring. HEX triplet: A6, AD and 97. RGB value is (166,173,151). Sum of RGB (Red+Green+Blue) = 166+173+151=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AD97 is #595268. Grayscale: #A8A8A8. Windows color (decimal): -5853801 or 9940390. OLE color: 9940390.

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

Color convert

RGB 166 173 151 -
CMYK 0.04 0 0.13 0.32
HSL 79.09º 0.12% 0.64% -
HSV(B) 79.09º 0.13% 0.68% -
XYZ 36.26 40.23 35.13 -
YUV 168.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 166 173 151 0.04 0 0.13 0.32 79.09 0.12 0.64
Hex A6 AD 97 4 0 D 20 4F C 40
Octal 246 255 227 4 0 15 40 117 14 100
Binary 10100110 10101101 10010111 100 0 1101 100000 1001111 1100 1000000

Color Harmonies of #A6AD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AD97

Black with #A6AD97

Text Example


Text Example

White with #A6AD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AD97; }

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

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

background-color css

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

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

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

border-color css

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

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

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