#A5A162

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

Shades of Green Smoke #A5A162

Tints of Green Smoke #A5A162

Color information

#A5A162 (or 0xA5A162) is unknown color: approx Green Smoke. HEX triplet: A5, A1 and 62. RGB value is (165,161,98). Sum of RGB (Red+Green+Blue) = 165+161+98=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A162 is #5A5E9D. Grayscale: #9B9B9B. Windows color (decimal): -5922462 or 6463909. OLE color: 6463909.

HSL color Cylindrical-coordinate representation of color #A5A162: hue angle of 56.42º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5A162 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB16516198-
CMYK00.020.410.35
HSL56.42º27.13%51.57%-
HSV(B)56.42º40.61%64.71%-
XYZ30.4734.3716.58-
YUV155.0195.83135.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 161 (63.28% from 255) = 37.97%
BLUE value IS 98 (38.67% from 255) = 23.11%
R=38.92%
G=37.97%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651619800.020.410.3556.4227.1351.57
HexA5A162022923381b34
Octal245241142025143703364
Binary1010010110100001110001001010100110001111100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A162; }

 p { color: rgb(165,161,98); }

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

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

 a { background-color: rgb(165,161,98); }

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

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

 span { border-color: rgb(165,161,98); }

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