#A5AC6E

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

Shades of Green Smoke #A5AC6E

Tints of Green Smoke #A5AC6E

Color information

#A5AC6E (or 0xA5AC6E) is unknown color: approx Green Smoke. HEX triplet: A5, AC and 6E. RGB value is (165,172,110). Sum of RGB (Red+Green+Blue) = 165+172+110=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AC6E is #5A5391. Grayscale: #A3A3A3. Windows color (decimal): -5919634 or 7253157. OLE color: 7253157.

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

Color convert

RGB165172110-
CMYK0.0400.360.33
HSL66.77º27.19%55.29%-
HSV(B)66.77º36.05%67.45%-
XYZ33.0838.6320.46-
YUV162.8498.18129.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 172 (67.58% from 255) = 38.48%
BLUE value IS 110 (43.36% from 255) = 24.61%
R=36.91%
G=38.48%
B=24.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651721100.0400.360.3366.7727.1955.29
HexA5AC6E402421431b37
Octal2452541564044411033367
Binary101001011010110011011101000100100100001100001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AC6E; }

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

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

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

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

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

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

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

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