#A3A266

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

Shades of Green Smoke #A3A266

Tints of Green Smoke #A3A266

Color information

#A3A266 (or 0xA3A266) is unknown color: approx Green Smoke. HEX triplet: A3, A2 and 66. RGB value is (163,162,102). Sum of RGB (Red+Green+Blue) = 163+162+102=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A266 is #5C5D99. Grayscale: #9B9B9B. Windows color (decimal): -6053274 or 6726307. OLE color: 6726307.

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

Color convert

RGB163162102-
CMYK00.010.370.36
HSL59.02º24.9%51.96%-
HSV(B)59.02º37.42%63.92%-
XYZ30.4234.5917.64-
YUV155.4697.83133.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 162 (63.67% from 255) = 37.94%
BLUE value IS 102 (40.23% from 255) = 23.89%
R=38.17%
G=37.94%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316210200.010.370.3659.0224.951.96
HexA3A2660125243b1934
Octal243242146014544733164
Binary101000111010001011001100110010110010011101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A266; }

 p { color: rgb(163,162,102); }

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

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

 a { background-color: rgb(163,162,102); }

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

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

 span { border-color: rgb(163,162,102); }

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