Html Css Color HEX #A0A65A Green Smoke

📋 copy color: '#A0A65A'

red 160 ◦ green 166 ◦ blue 90

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

Shades of Green Smoke #A0A65A

Tints of Green Smoke #A0A65A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.63%

R = 38.46%
G = 39.9%
B = 21.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A0A65A (or 0xA0A65A) is known color: Green Smoke. HEX triplet: A0, A6 and 5A. RGB value is (160,166,90). Sum of RGB (Red+Green+Blue) = 160+166+90=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A65A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A65A is #5F59A5. Grayscale: #9B9B9B. Windows color (decimal): -6248870 or 5940896. OLE color: 5940896.

HSL color Cylindrical-coordinate representation of color #A0A65A: hue angle of 64.74º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0A65A is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 166 90 -
CMYK 0.04 0 0.46 0.35
HSL 64.74º 0.3% 0.5% -
HSV(B) 64.74º 0.46% 0.65% -
XYZ 29.98 35.48 14.94 -
YUV 155.54 91.01 131.18 -
System Red Green Blue C M Y K H S L
Decimal 160 166 90 0.04 0 0.46 0.35 64.74 0.3 0.5
Hex A0 A6 5A 4 0 2E 23 41 1E 32
Octal 240 246 132 4 0 56 43 101 36 62
Binary 10100000 10100110 1011010 100 0 101110 100011 1000001 11110 110010

Color Harmonies of #A0A65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A65A

Black with #A0A65A

Text Example


Text Example

White with #A0A65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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