Html Css Color HEX #A0A661 Green Smoke

📋 copy color: '#A0A661'

red 160 ◦ green 166 ◦ blue 97

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

Shades of Green Smoke #A0A661

Tints of Green Smoke #A0A661

RGB

 RED value IS 160 (62.89% from 255) = 37.83%

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

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

R = 37.83%
G = 39.24%
B = 22.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A0A661 (or 0xA0A661) is known color: Green Smoke. HEX triplet: A0, A6 and 61. RGB value is (160,166,97). Sum of RGB (Red+Green+Blue) = 160+166+97=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A661 is #5F599E. Grayscale: #9C9C9C. Windows color (decimal): -6248863 or 6399648. OLE color: 6399648.

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

Color convert

RGB 160 166 97 -
CMYK 0.04 0 0.42 0.35
HSL 65.22º 0.28% 0.52% -
HSV(B) 65.22º 0.42% 0.65% -
XYZ 30.29 35.61 16.59 -
YUV 156.34 94.51 130.61 -
System Red Green Blue C M Y K H S L
Decimal 160 166 97 0.04 0 0.42 0.35 65.22 0.28 0.52
Hex A0 A6 61 4 0 2A 23 41 1C 34
Octal 240 246 141 4 0 52 43 101 34 64
Binary 10100000 10100110 1100001 100 0 101010 100011 1000001 11100 110100

Color Harmonies of #A0A661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A661

Black with #A0A661

Text Example


Text Example

White with #A0A661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A661; }

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

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

background-color css

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

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

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

border-color css

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

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

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