#A5A363

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

Shades of Green Smoke #A5A363

Tints of Green Smoke #A5A363

Color information

#A5A363 (or 0xA5A363) is unknown color: approx Green Smoke. HEX triplet: A5, A3 and 63. RGB value is (165,163,99). Sum of RGB (Red+Green+Blue) = 165+163+99=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A363 is #5A5C9C. Grayscale: #9C9C9C. Windows color (decimal): -5921949 or 6529957. OLE color: 6529957.

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

Color convert

RGB16516399-
CMYK00.010.400.35
HSL58.18º26.83%51.76%-
HSV(B)58.18º40%64.71%-
XYZ30.8735.0916.95-
YUV156.395.66134.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.64%
GREEN value IS 163 (64.06% from 255) = 38.17%
BLUE value IS 99 (39.06% from 255) = 23.19%
R=38.64%
G=38.17%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651639900.010.400.3558.1826.8351.76
HexA5A3630128233a1b34
Octal245243143015043723364
Binary101001011010001111000110110100010001111101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A363; }

 p { color: rgb(165,163,99); }

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

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

 a { background-color: rgb(165,163,99); }

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

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

 span { border-color: rgb(165,163,99); }

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