#A3AA65

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

Shades of Green Smoke #A3AA65

Tints of Green Smoke #A3AA65

Color information

#A3AA65 (or 0xA3AA65) is unknown color: approx Green Smoke. HEX triplet: A3, AA and 65. RGB value is (163,170,101). Sum of RGB (Red+Green+Blue) = 163+170+101=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AA65 is #5C559A. Grayscale: #A0A0A0. Windows color (decimal): -6051227 or 6662819. OLE color: 6662819.

HSL color Cylindrical-coordinate representation of color #A3AA65: hue angle of 66.09º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3AA65 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB163170101-
CMYK0.0400.410.33
HSL66.09º28.87%53.14%-
HSV(B)66.09º40.59%66.67%-
XYZ31.8337.4817.87-
YUV160.0494.68130.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.56%
GREEN value IS 170 (66.80% from 255) = 39.17%
BLUE value IS 101 (39.84% from 255) = 23.27%
R=37.56%
G=39.17%
B=23.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631701010.0400.410.3366.0928.8753.14
HexA3AA65402921421d35
Octal2432521454051411023565
Binary101000111010101011001011000101001100001100001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AA65; }

 p { color: rgb(163,170,101); }

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

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

 a { background-color: rgb(163,170,101); }

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

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

 span { border-color: rgb(163,170,101); }

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