#A5A962

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

Shades of Green Smoke #A5A962

Tints of Green Smoke #A5A962

Color information

#A5A962 (or 0xA5A962) is unknown color: approx Green Smoke. HEX triplet: A5, A9 and 62. RGB value is (165,169,98). Sum of RGB (Red+Green+Blue) = 165+169+98=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A962 is #5A569D. Grayscale: #9F9F9F. Windows color (decimal): -5920414 or 6465957. OLE color: 6465957.

HSL color Cylindrical-coordinate representation of color #A5A962: hue angle of 63.38º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5A962 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB16516998-
CMYK0.0200.420.34
HSL63.38º29.22%52.35%-
HSV(B)63.38º42.01%66.27%-
XYZ31.9137.2617.06-
YUV159.7193.17131.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.19%
GREEN value IS 169 (66.41% from 255) = 39.12%
BLUE value IS 98 (38.67% from 255) = 22.69%
R=38.19%
G=39.12%
B=22.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal165169980.0200.420.3463.3829.2252.35
HexA5A962202A223f1d34
Octal245251142205242773564
Binary1010010110101001110001010010101010001011111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A962; }

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

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

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

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

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

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

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

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