#A5AC5D

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

Shades of Green Smoke #A5AC5D

Tints of Green Smoke #A5AC5D

Color information

#A5AC5D (or 0xA5AC5D) is unknown color: approx Green Smoke. HEX triplet: A5, AC and 5D. RGB value is (165,172,93). Sum of RGB (Red+Green+Blue) = 165+172+93=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AC5D is #5A53A2. Grayscale: #A1A1A1. Windows color (decimal): -5919651 or 6139045. OLE color: 6139045.

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

Color convert

RGB16517293-
CMYK0.0400.460.33
HSL65.32º32.24%51.96%-
HSV(B)65.32º45.93%67.45%-
XYZ32.2538.2916.05-
YUV160.989.68130.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 172 (67.58% from 255) = 40%
BLUE value IS 93 (36.72% from 255) = 21.63%
R=38.37%
G=40%
B=21.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165172930.0400.460.3365.3232.2451.96
HexA5AC5D402E21412034
Octal2452541354056411014064
Binary1010010110101100101110110001011101000011000001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AC5D; }

 p { color: rgb(165,172,93); }

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

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

 a { background-color: rgb(165,172,93); }

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

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

 span { border-color: rgb(165,172,93); }

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