Html Css Color HEX #A6AD95 Green Spring

📋 copy color: '#A6AD95'

red 166 ◦ green 173 ◦ blue 149

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

Shades of Green Spring #A6AD95

Tints of Green Spring #A6AD95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.53%

R = 34.02%
G = 35.45%
B = 30.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#A6AD95 (or 0xA6AD95) is known color: Green Spring. HEX triplet: A6, AD and 95. RGB value is (166,173,149). Sum of RGB (Red+Green+Blue) = 166+173+149=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AD95 is #59526A. Grayscale: #A8A8A8. Windows color (decimal): -5853803 or 9809318. OLE color: 9809318.

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

Color convert

RGB 166 173 149 -
CMYK 0.04 0 0.14 0.32
HSL 77.5º 0.13% 0.63% -
HSV(B) 77.5º 0.14% 0.68% -
XYZ 36.09 40.16 34.28 -
YUV 168.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 166 173 149 0.04 0 0.14 0.32 77.5 0.13 0.63
Hex A6 AD 95 4 0 E 20 4E D 3F
Octal 246 255 225 4 0 16 40 116 15 77
Binary 10100110 10101101 10010101 100 0 1110 100000 1001110 1101 111111

Color Harmonies of #A6AD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AD95

Black with #A6AD95

Text Example


Text Example

White with #A6AD95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AD95; }

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

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

background-color css

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

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

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

border-color css

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

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

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