Html Css Color HEX #A6AD5F Green Smoke

📋 copy color: '#A6AD5F'

red 166 ◦ green 173 ◦ blue 95

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

Shades of Green Smoke #A6AD5F

Tints of Green Smoke #A6AD5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.89%

R = 38.25%
G = 39.86%
B = 21.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#A6AD5F (or 0xA6AD5F) is known color: Green Smoke. HEX triplet: A6, AD and 5F. RGB value is (166,173,95). Sum of RGB (Red+Green+Blue) = 166+173+95=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AD5F is #5952A0. Grayscale: #A2A2A2. Windows color (decimal): -5853857 or 6270374. OLE color: 6270374.

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

Color convert

RGB 166 173 95 -
CMYK 0.04 0 0.45 0.32
HSL 65.38º 0.32% 0.53% -
HSV(B) 65.38º 0.45% 0.68% -
XYZ 32.74 38.82 16.59 -
YUV 162.02 90.18 130.84 -
System Red Green Blue C M Y K H S L
Decimal 166 173 95 0.04 0 0.45 0.32 65.38 0.32 0.53
Hex A6 AD 5F 4 0 2D 20 41 20 35
Octal 246 255 137 4 0 55 40 101 40 65
Binary 10100110 10101101 1011111 100 0 101101 100000 1000001 100000 110101

Color Harmonies of #A6AD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AD5F

Black with #A6AD5F

Text Example


Text Example

White with #A6AD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AD5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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