#A5AC6F

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

Shades of Green Smoke #A5AC6F

Tints of Green Smoke #A5AC6F

Color information

#A5AC6F (or 0xA5AC6F) is unknown color: approx Green Smoke. HEX triplet: A5, AC and 6F. RGB value is (165,172,111). Sum of RGB (Red+Green+Blue) = 165+172+111=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AC6F is #5A5390. Grayscale: #A3A3A3. Windows color (decimal): -5919633 or 7318693. OLE color: 7318693.

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

Color convert

RGB165172111-
CMYK0.0400.350.33
HSL66.89º26.87%55.49%-
HSV(B)66.89º35.47%67.45%-
XYZ33.1438.6520.75-
YUV162.9598.68129.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.83%
GREEN value IS 172 (67.58% from 255) = 38.39%
BLUE value IS 111 (43.75% from 255) = 24.78%
R=36.83%
G=38.39%
B=24.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651721110.0400.350.3366.8926.8755.49
HexA5AC6F402321431b37
Octal2452541574043411033367
Binary101001011010110011011111000100011100001100001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AC6F; }

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

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

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

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

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

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

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

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