Html Css Color HEX #A6A661 Green Smoke

📋 copy color: '#A6A661'

red 166 ◦ green 166 ◦ blue 97

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

Shades of Green Smoke #A6A661

Tints of Green Smoke #A6A661

RGB

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

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

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

R = 38.69%
G = 38.69%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A6A661 (or 0xA6A661) is known color: Green Smoke. HEX triplet: A6, A6 and 61. RGB value is (166,166,97). Sum of RGB (Red+Green+Blue) = 166+166+97=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A661 is #59599E. Grayscale: #9E9E9E. Windows color (decimal): -5855647 or 6399654. OLE color: 6399654.

HSL color Cylindrical-coordinate representation of color #A6A661: hue angle of 60º 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 #A6A661 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 166 97 -
CMYK 0 0 0.42 0.35
HSL 60º 0.28% 0.52% -
HSV(B) 60º 0.42% 0.65% -
XYZ 31.52 36.24 16.64 -
YUV 158.13 93.5 133.61 -
System Red Green Blue C M Y K H S L
Decimal 166 166 97 0 0 0.42 0.35 60 0.28 0.52
Hex A6 A6 61 0 0 2A 23 3C 1C 34
Octal 246 246 141 0 0 52 43 74 34 64
Binary 10100110 10100110 1100001 0 0 101010 100011 111100 11100 110100

Color Harmonies of #A6A661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A661

Black with #A6A661

Text Example


Text Example

White with #A6A661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A661; }

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

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

background-color css

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

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

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

border-color css

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

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

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