#A0A36C

Color #A0A36C Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #A0A36C

Tints of Green Smoke #A0A36C

Color information

#A0A36C (or 0xA0A36C) is unknown color: approx Green Smoke. HEX triplet: A0, A3 and 6C. RGB value is (160,163,108). Sum of RGB (Red+Green+Blue) = 160+163+108=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A36C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A36C is #5F5C93. Grayscale: #9C9C9C. Windows color (decimal): -6249620 or 7119776. OLE color: 7119776.

HSL color Cylindrical-coordinate representation of color #A0A36C: hue angle of 63.27º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0A36C is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB160163108-
CMYK0.0200.340.36
HSL63.27º23.01%53.14%-
HSV(B)63.27º33.74%63.92%-
XYZ30.334.7519.3-
YUV155.83101.01130.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 163 (64.06% from 255) = 37.82%
BLUE value IS 108 (42.58% from 255) = 25.06%
R=37.12%
G=37.82%
B=25.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601631080.0200.340.3663.2723.0153.14
HexA0A36C2022243f1735
Octal240243154204244772765
Binary1010000010100011110110010010001010010011111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A36C; }

 p { color: rgb(160,163,108); }

 H1.HeaderClassName
 {
   color: #A0A36C;
 }
 .AnyTagClassName
 {
   color: #A0A36C;
 }
</style>
background-color css

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

 a { background-color: rgb(160,163,108); }

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

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

 span { border-color: rgb(160,163,108); }

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