Html Css Color HEX #A6A86F Green Smoke

📋 copy color: '#A6A86F'

red 166 ◦ green 168 ◦ blue 111

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

Shades of Green Smoke #A6A86F

Tints of Green Smoke #A6A86F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.75%

 BLUE value IS 111 (43.75% from 255) = 24.94%

R = 37.3%
G = 37.75%
B = 24.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A6A86F (or 0xA6A86F) is known color: Green Smoke. HEX triplet: A6, A8 and 6F. RGB value is (166,168,111). Sum of RGB (Red+Green+Blue) = 166+168+111=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 168 - color contains mainly: green. Hex color #A6A86F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A86F is #595790. Grayscale: #A1A1A1. Windows color (decimal): -5855121 or 7317670. OLE color: 7317670.

HSL color Cylindrical-coordinate representation of color #A6A86F: hue angle of 62.11º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6A86F is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 166 168 111 -
CMYK 0.01 0 0.34 0.34
HSL 62.11º 0.25% 0.55% -
HSV(B) 62.11º 0.34% 0.66% -
XYZ 32.6 37.26 20.51 -
YUV 160.9 99.84 131.63 -
System Red Green Blue C M Y K H S L
Decimal 166 168 111 0.01 0 0.34 0.34 62.11 0.25 0.55
Hex A6 A8 6F 1 0 22 22 3E 19 37
Octal 246 250 157 1 0 42 42 76 31 67
Binary 10100110 10101000 1101111 1 0 100010 100010 111110 11001 110111

Color Harmonies of #A6A86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A86F

Black with #A6A86F

Text Example


Text Example

White with #A6A86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A86F; }

 p { color: rgb(166,168,111); }

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

background-color css

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

 a { background-color: rgb(166,168,111); }

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

border-color css

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

 span { border-color: rgb(166,168,111); }

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