#A0A263

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

Shades of Green Smoke #A0A263

Tints of Green Smoke #A0A263

Color information

#A0A263 (or 0xA0A263) is unknown color: approx Green Smoke. HEX triplet: A0, A2 and 63. RGB value is (160,162,99). Sum of RGB (Red+Green+Blue) = 160+162+99=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A263 is #5F5D9C. Grayscale: #9A9A9A. Windows color (decimal): -6249885 or 6529696. OLE color: 6529696.

HSL color Cylindrical-coordinate representation of color #A0A263: hue angle of 61.9º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0A263 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB16016299-
CMYK0.0100.390.36
HSL61.9º25.3%51.18%-
HSV(B)61.9º38.89%63.53%-
XYZ29.6734.2216.84-
YUV154.2296.84132.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 162 (63.67% from 255) = 38.48%
BLUE value IS 99 (39.06% from 255) = 23.52%
R=38.00%
G=38.48%
B=23.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160162990.0100.390.3661.925.351.18
HexA0A2631027243e1933
Octal240242143104744763163
Binary101000001010001011000111010011110010011111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A263; }

 p { color: rgb(160,162,99); }

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

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

 a { background-color: rgb(160,162,99); }

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

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

 span { border-color: rgb(160,162,99); }

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