Html Css Color HEX #A6AA9F Green Spring

📋 copy color: '#A6AA9F'

red 166 ◦ green 170 ◦ blue 159

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

Shades of Green Spring #A6AA9F

Tints of Green Spring #A6AA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.12%

R = 33.54%
G = 34.34%
B = 32.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#A6AA9F (or 0xA6AA9F) is known color: Green Spring. HEX triplet: A6, AA and 9F. RGB value is (166,170,159). Sum of RGB (Red+Green+Blue) = 166+170+159=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AA9F is #595560. Grayscale: #A7A7A7. Windows color (decimal): -5854561 or 10463910. OLE color: 10463910.

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

Color convert

RGB 166 170 159 -
CMYK 0.02 0 0.06 0.33
HSL 81.82º 0.06% 0.65% -
HSV(B) 81.82º 0.06% 0.67% -
XYZ 36.36 39.36 38.48 -
YUV 167.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 166 170 159 0.02 0 0.06 0.33 81.82 0.06 0.65
Hex A6 AA 9F 2 0 6 21 52 6 41
Octal 246 252 237 2 0 6 41 122 6 101
Binary 10100110 10101010 10011111 10 0 110 100001 1010010 110 1000001

Color Harmonies of #A6AA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AA9F

Black with #A6AA9F

Text Example


Text Example

White with #A6AA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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