#A0A764

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

Shades of Green Smoke #A0A764

Tints of Green Smoke #A0A764

Color information

#A0A764 (or 0xA0A764) is unknown color: approx Green Smoke. HEX triplet: A0, A7 and 64. RGB value is (160,167,100). Sum of RGB (Red+Green+Blue) = 160+167+100=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A764 is #5F589B. Grayscale: #9D9D9D. Windows color (decimal): -6248604 or 6596512. OLE color: 6596512.

HSL color Cylindrical-coordinate representation of color #A0A764: hue angle of 66.27º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0A764 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB160167100-
CMYK0.0400.400.35
HSL66.27º27.57%52.35%-
HSV(B)66.27º40.12%65.49%-
XYZ30.6236.0317.4-
YUV157.2795.68129.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.47%
GREEN value IS 167 (65.62% from 255) = 39.11%
BLUE value IS 100 (39.45% from 255) = 23.42%
R=37.47%
G=39.11%
B=23.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601671000.0400.400.3566.2727.5752.35
HexA0A764402823421c34
Octal2402471444050431023464
Binary101000001010011111001001000101000100011100001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A764; }

 p { color: rgb(160,167,100); }

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

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

 a { background-color: rgb(160,167,100); }

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

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

 span { border-color: rgb(160,167,100); }

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