Html Css Color HEX #A6AC9D Green Spring

📋 copy color: '#A6AC9D'

red 166 ◦ green 172 ◦ blue 157

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

Shades of Green Spring #A6AC9D

Tints of Green Spring #A6AC9D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.75%

 BLUE value IS 157 (61.72% from 255) = 31.72%

R = 33.54%
G = 34.75%
B = 31.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#A6AC9D (or 0xA6AC9D) is known color: Green Spring. HEX triplet: A6, AC and 9D. RGB value is (166,172,157). Sum of RGB (Red+Green+Blue) = 166+172+157=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AC9D is #595362. Grayscale: #A8A8A8. Windows color (decimal): -5854051 or 10333350. OLE color: 10333350.

HSL color Cylindrical-coordinate representation of color #A6AC9D: hue angle of 84º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6AC9D is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 172 157 -
CMYK 0.03 0 0.09 0.33
HSL 84º 0.08% 0.65% -
HSV(B) 84º 0.09% 0.67% -
XYZ 36.56 40.05 37.7 -
YUV 168.5 121.51 126.22 -
System Red Green Blue C M Y K H S L
Decimal 166 172 157 0.03 0 0.09 0.33 84 0.08 0.65
Hex A6 AC 9D 3 0 9 21 54 8 41
Octal 246 254 235 3 0 11 41 124 10 101
Binary 10100110 10101100 10011101 11 0 1001 100001 1010100 1000 1000001

Color Harmonies of #A6AC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AC9D

Black with #A6AC9D

Text Example


Text Example

White with #A6AC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AC9D; }

 p { color: rgb(166,172,157); }

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

background-color css

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

 a { background-color: rgb(166,172,157); }

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

border-color css

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

 span { border-color: rgb(166,172,157); }

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