#A0A351

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

Shades of Green Smoke #A0A351

Tints of Green Smoke #A0A351

Color information

#A0A351 (or 0xA0A351) is unknown color: approx Green Smoke. HEX triplet: A0, A3 and 51. RGB value is (160,163,81). Sum of RGB (Red+Green+Blue) = 160+163+81=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A351 is #5F5CAE. Grayscale: #999999. Windows color (decimal): -6249647 or 5350304. OLE color: 5350304.

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

Color convert

RGB16016381-
CMYK0.0200.500.36
HSL62.2º33.61%47.84%-
HSV(B)62.2º50.31%63.92%-
XYZ29.0834.2612.87-
YUV152.7687.51133.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.60%
GREEN value IS 163 (64.06% from 255) = 40.35%
BLUE value IS 81 (32.03% from 255) = 20.05%
R=39.60%
G=40.35%
B=20.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160163810.0200.500.3662.233.6147.84
HexA0A3512032243e2230
Octal240243121206244764260
Binary10100000101000111010001100110010100100111110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A351; }

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

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

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

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

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

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

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

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