#A4A261

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

Shades of Green Smoke #A4A261

Tints of Green Smoke #A4A261

Color information

#A4A261 (or 0xA4A261) is unknown color: approx Green Smoke. HEX triplet: A4, A2 and 61. RGB value is (164,162,97). Sum of RGB (Red+Green+Blue) = 164+162+97=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A261 is #5B5D9E. Grayscale: #9B9B9B. Windows color (decimal): -5987743 or 6398628. OLE color: 6398628.

HSL color Cylindrical-coordinate representation of color #A4A261: hue angle of 58.21º 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 #A4A261 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16416297-
CMYK00.010.410.36
HSL58.21º26.91%51.18%-
HSV(B)58.21º40.85%64.31%-
XYZ30.3934.616.39-
YUV155.1995.16134.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 162 (63.67% from 255) = 38.30%
BLUE value IS 97 (38.28% from 255) = 22.93%
R=38.77%
G=38.30%
B=22.93%

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
Decimal1641629700.010.410.3658.2126.9151.18
HexA4A2610129243a1b33
Octal244242141015144723363
Binary101001001010001011000010110100110010011101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A261; }

 p { color: rgb(164,162,97); }

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

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

 a { background-color: rgb(164,162,97); }

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

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

 span { border-color: rgb(164,162,97); }

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