#A4A360

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

Shades of Green Smoke #A4A360

Tints of Green Smoke #A4A360

Color information

#A4A360 (or 0xA4A360) is unknown color: approx Green Smoke. HEX triplet: A4, A3 and 60. RGB value is (164,163,96). Sum of RGB (Red+Green+Blue) = 164+163+96=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A360 is #5B5C9F. Grayscale: #9B9B9B. Windows color (decimal): -5987488 or 6333348. OLE color: 6333348.

HSL color Cylindrical-coordinate representation of color #A4A360: hue angle of 59.12º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4A360 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16416396-
CMYK00.010.410.36
HSL59.12º27.2%50.98%-
HSV(B)59.12º41.46%64.31%-
XYZ30.5234.9316.2-
YUV155.6694.33133.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 163 (64.06% from 255) = 38.53%
BLUE value IS 96 (37.89% from 255) = 22.70%
R=38.77%
G=38.53%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641639600.010.410.3659.1227.250.98
HexA4A3600129243b1b33
Octal244243140015144733363
Binary101001001010001111000000110100110010011101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A360; }

 p { color: rgb(164,163,96); }

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

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

 a { background-color: rgb(164,163,96); }

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

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

 span { border-color: rgb(164,163,96); }

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