#A3B05D

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

Shades of Green Smoke #A3B05D

Tints of Green Smoke #A3B05D

Color information

#A3B05D (or 0xA3B05D) is unknown color: approx Green Smoke. HEX triplet: A3, B0 and 5D. RGB value is (163,176,93). Sum of RGB (Red+Green+Blue) = 163+176+93=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B05D is #5C4FA2. Grayscale: #A2A2A2. Windows color (decimal): -6049699 or 6140067. OLE color: 6140067.

HSL color Cylindrical-coordinate representation of color #A3B05D: hue angle of 69.4º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3B05D is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB16317693-
CMYK0.0700.470.31
HSL69.4º34.44%52.75%-
HSV(B)69.4º47.16%69.02%-
XYZ32.6139.6316.29-
YUV162.6588.69128.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 176 (69.14% from 255) = 40.74%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=37.73%
G=40.74%
B=21.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163176930.0700.470.3169.434.4452.75
HexA3B05D702F1F452235
Octal2432601357057371054265
Binary101000111011000010111011110101111111111000101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B05D; }

 p { color: rgb(163,176,93); }

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

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

 a { background-color: rgb(163,176,93); }

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

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

 span { border-color: rgb(163,176,93); }

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