#A0A651

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

Shades of Green Smoke #A0A651

Tints of Green Smoke #A0A651

Color information

#A0A651 (or 0xA0A651) is unknown color: approx Green Smoke. HEX triplet: A0, A6 and 51. RGB value is (160,166,81). Sum of RGB (Red+Green+Blue) = 160+166+81=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A651 is #5F59AE. Grayscale: #9A9A9A. Windows color (decimal): -6248879 or 5351072. OLE color: 5351072.

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

Color convert

RGB16016681-
CMYK0.0400.510.35
HSL64.24º34.41%48.43%-
HSV(B)64.24º51.2%65.1%-
XYZ29.6235.3413.04-
YUV154.5286.51131.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.31%
GREEN value IS 166 (65.23% from 255) = 40.79%
BLUE value IS 81 (32.03% from 255) = 19.90%
R=39.31%
G=40.79%
B=19.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160166810.0400.510.3564.2434.4148.43
HexA0A651403323402230
Octal2402461214063431004260
Binary1010000010100110101000110001100111000111000000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A651; }

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

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

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

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

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

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

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

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