#A5B46E

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

Shades of Green Smoke #A5B46E

Tints of Green Smoke #A5B46E

Color information

#A5B46E (or 0xA5B46E) is unknown color: approx Green Smoke. HEX triplet: A5, B4 and 6E. RGB value is (165,180,110). Sum of RGB (Red+Green+Blue) = 165+180+110=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B46E is #5A4B91. Grayscale: #A7A7A7. Windows color (decimal): -5917586 or 7255205. OLE color: 7255205.

HSL color Cylindrical-coordinate representation of color #A5B46E: hue angle of 72.86º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5B46E is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB165180110-
CMYK0.0800.390.29
HSL72.86º31.82%56.86%-
HSV(B)72.86º38.89%70.59%-
XYZ34.6541.7720.99-
YUV167.5495.53126.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 180 (70.70% from 255) = 39.56%
BLUE value IS 110 (43.36% from 255) = 24.18%
R=36.26%
G=39.56%
B=24.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651801100.0800.390.2972.8631.8256.86
HexA5B46E80271D492039
Octal24526415610047351114071
Binary1010010110110100110111010000100111111011001001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B46E; }

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

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

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

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

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

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

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

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