Html Css Color HEX #A0A56D Green Smoke

📋 copy color: '#A0A56D'

red 160 ◦ green 165 ◦ blue 109

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

Shades of Green Smoke #A0A56D

Tints of Green Smoke #A0A56D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.02%

 BLUE value IS 109 (42.97% from 255) = 25.12%

R = 36.87%
G = 38.02%
B = 25.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A0A56D (or 0xA0A56D) is known color: Green Smoke. HEX triplet: A0, A5 and 6D. RGB value is (160,165,109). Sum of RGB (Red+Green+Blue) = 160+165+109=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A56D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A56D is #5F5A92. Grayscale: #9D9D9D. Windows color (decimal): -6249107 or 7185824. OLE color: 7185824.

HSL color Cylindrical-coordinate representation of color #A0A56D: hue angle of 65.36º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0A56D is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 165 109 -
CMYK 0.03 0 0.34 0.35
HSL 65.36º 0.24% 0.54% -
HSV(B) 65.36º 0.34% 0.65% -
XYZ 30.71 35.49 19.7 -
YUV 157.12 100.84 130.05 -
System Red Green Blue C M Y K H S L
Decimal 160 165 109 0.03 0 0.34 0.35 65.36 0.24 0.54
Hex A0 A5 6D 3 0 22 23 41 18 36
Octal 240 245 155 3 0 42 43 101 30 66
Binary 10100000 10100101 1101101 11 0 100010 100011 1000001 11000 110110

Color Harmonies of #A0A56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A56D

Black with #A0A56D

Text Example


Text Example

White with #A0A56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A56D; }

 p { color: rgb(160,165,109); }

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

background-color css

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

 a { background-color: rgb(160,165,109); }

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

border-color css

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

 span { border-color: rgb(160,165,109); }

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