Html Css Color HEX #A6A461 Green Smoke

📋 copy color: '#A6A461'

red 166 ◦ green 164 ◦ blue 97

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

Shades of Green Smoke #A6A461

Tints of Green Smoke #A6A461

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.41%

 BLUE value IS 97 (38.28% from 255) = 22.72%

R = 38.88%
G = 38.41%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A6A461 (or 0xA6A461) is known color: Green Smoke. HEX triplet: A6, A4 and 61. RGB value is (166,164,97). Sum of RGB (Red+Green+Blue) = 166+164+97=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A461 is #595B9E. Grayscale: #9D9D9D. Windows color (decimal): -5856159 or 6399142. OLE color: 6399142.

HSL color Cylindrical-coordinate representation of color #A6A461: hue angle of 58.26º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6A461 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 164 97 -
CMYK 0 0.01 0.42 0.35
HSL 58.26º 0.28% 0.52% -
HSV(B) 58.26º 0.42% 0.65% -
XYZ 31.16 35.52 16.52 -
YUV 156.96 94.16 134.45 -
System Red Green Blue C M Y K H S L
Decimal 166 164 97 0 0.01 0.42 0.35 58.26 0.28 0.52
Hex A6 A4 61 0 1 2A 23 3A 1C 34
Octal 246 244 141 0 1 52 43 72 34 64
Binary 10100110 10100100 1100001 0 1 101010 100011 111010 11100 110100

Color Harmonies of #A6A461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A461

Black with #A6A461

Text Example


Text Example

White with #A6A461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A461; }

 p { color: rgb(166,164,97); }

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

background-color css

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

 a { background-color: rgb(166,164,97); }

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

border-color css

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

 span { border-color: rgb(166,164,97); }

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