#A3A25A

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

Shades of Green Smoke #A3A25A

Tints of Green Smoke #A3A25A

Color information

#A3A25A (or 0xA3A25A) is unknown color: approx Green Smoke. HEX triplet: A3, A2 and 5A. RGB value is (163,162,90). Sum of RGB (Red+Green+Blue) = 163+162+90=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A25A is #5C5DA5. Grayscale: #9A9A9A. Windows color (decimal): -6053286 or 5939875. OLE color: 5939875.

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

Color convert

RGB16316290-
CMYK00.010.450.36
HSL59.18º28.85%49.61%-
HSV(B)59.18º44.79%63.92%-
XYZ29.8734.3714.73-
YUV154.0991.83134.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.28%
GREEN value IS 162 (63.67% from 255) = 39.04%
BLUE value IS 90 (35.55% from 255) = 21.69%
R=39.28%
G=39.04%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631629000.010.450.3659.1828.8549.61
HexA3A25A012D243b1d32
Octal243242132015544733562
Binary101000111010001010110100110110110010011101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A25A; }

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

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

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

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

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

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

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

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