#A3AC5B

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

Shades of Green Smoke #A3AC5B

Tints of Green Smoke #A3AC5B

Color information

#A3AC5B (or 0xA3AC5B) is unknown color: approx Green Smoke. HEX triplet: A3, AC and 5B. RGB value is (163,172,91). Sum of RGB (Red+Green+Blue) = 163+172+91=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AC5B is #5C53A4. Grayscale: #A0A0A0. Windows color (decimal): -6050725 or 6007971. OLE color: 6007971.

HSL color Cylindrical-coordinate representation of color #A3AC5B: hue angle of 66.67º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3AC5B is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB16317291-
CMYK0.0500.470.33
HSL66.67º32.79%51.57%-
HSV(B)66.67º47.09%67.45%-
XYZ31.7538.0515.57-
YUV160.0789.02130.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.26%
GREEN value IS 172 (67.58% from 255) = 40.38%
BLUE value IS 91 (35.94% from 255) = 21.36%
R=38.26%
G=40.38%
B=21.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163172910.0500.470.3366.6732.7951.57
HexA3AC5B502F21432134
Octal2432541335057411034164
Binary1010001110101100101101110101011111000011000011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AC5B; }

 p { color: rgb(163,172,91); }

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

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

 a { background-color: rgb(163,172,91); }

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

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

 span { border-color: rgb(163,172,91); }

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