Html Css Color HEX #A6AA5D Green Smoke

📋 copy color: '#A6AA5D'

red 166 ◦ green 170 ◦ blue 93

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

Shades of Green Smoke #A6AA5D

Tints of Green Smoke #A6AA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.68%

R = 38.69%
G = 39.63%
B = 21.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#A6AA5D (or 0xA6AA5D) is known color: Green Smoke. HEX triplet: A6, AA and 5D. RGB value is (166,170,93). Sum of RGB (Red+Green+Blue) = 166+170+93=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA5D is #5955A2. Grayscale: #A0A0A0. Windows color (decimal): -5854627 or 6138534. OLE color: 6138534.

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

Color convert

RGB 166 170 93 -
CMYK 0.02 0 0.45 0.33
HSL 63.12º 0.31% 0.52% -
HSV(B) 63.12º 0.45% 0.67% -
XYZ 32.08 37.65 15.93 -
YUV 160.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 166 170 93 0.02 0 0.45 0.33 63.12 0.31 0.52
Hex A6 AA 5D 2 0 2D 21 3F 1F 34
Octal 246 252 135 2 0 55 41 77 37 64
Binary 10100110 10101010 1011101 10 0 101101 100001 111111 11111 110100

Color Harmonies of #A6AA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AA5D

Black with #A6AA5D

Text Example


Text Example

White with #A6AA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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