#A4955F

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

Shades of Gurkha #A4955F

Tints of Gurkha #A4955F

Color information

#A4955F (or 0xA4955F) is unknown color: approx Gurkha. HEX triplet: A4, 95 and 5F. RGB value is (164,149,95). Sum of RGB (Red+Green+Blue) = 164+149+95=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A4955F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4955F is #5B6AA0. Grayscale: #939393. Windows color (decimal): -5991073 or 6264228. OLE color: 6264228.

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

Color convert

RGB16414995-
CMYK00.090.420.36
HSL46.96º27.49%50.78%-
HSV(B)46.96º42.07%64.31%-
XYZ28.1230.2115.18-
YUV147.3398.47139.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 149 (58.59% from 255) = 36.52%
BLUE value IS 95 (37.5% from 255) = 23.28%
R=40.20%
G=36.52%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641499500.090.420.3646.9627.4950.78
HexA4955F092A242f1b33
Octal2442251370115244573363
Binary101001001001010110111110100110101010010010111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4955F; }

 p { color: rgb(164,149,95); }

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

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

 a { background-color: rgb(164,149,95); }

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

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

 span { border-color: rgb(164,149,95); }

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