#A4A35C

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

Shades of Green Smoke #A4A35C

Tints of Green Smoke #A4A35C

Color information

#A4A35C (or 0xA4A35C) is unknown color: approx Green Smoke. HEX triplet: A4, A3 and 5C. RGB value is (164,163,92). Sum of RGB (Red+Green+Blue) = 164+163+92=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A35C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A35C is #5B5CA3. Grayscale: #9B9B9B. Windows color (decimal): -5987492 or 6071204. OLE color: 6071204.

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

Color convert

RGB16416392-
CMYK00.010.440.36
HSL59.17º28.35%50.2%-
HSV(B)59.17º43.9%64.31%-
XYZ30.3434.8615.25-
YUV155.292.33134.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 163 (64.06% from 255) = 38.90%
BLUE value IS 92 (36.33% from 255) = 21.96%
R=39.14%
G=38.90%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641639200.010.440.3659.1728.3550.2
HexA4A35C012C243b1c32
Octal244243134015444733462
Binary101001001010001110111000110110010010011101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A35C; }

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

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

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

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

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

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

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

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