#A0956D

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

Shades of Gurkha #A0956D

Tints of Gurkha #A0956D

Color information

#A0956D (or 0xA0956D) is unknown color: approx Gurkha. HEX triplet: A0, 95 and 6D. RGB value is (160,149,109). Sum of RGB (Red+Green+Blue) = 160+149+109=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A0956D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0956D is #5F6A92. Grayscale: #939393. Windows color (decimal): -6253203 or 7181728. OLE color: 7181728.

HSL color Cylindrical-coordinate representation of color #A0956D: hue angle of 47.06º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0956D is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB160149109-
CMYK00.070.320.37
HSL47.06º21.16%52.75%-
HSV(B)47.06º31.87%62.75%-
XYZ2830.0718.8-
YUV147.73106.14136.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.28%
GREEN value IS 149 (58.59% from 255) = 35.65%
BLUE value IS 109 (42.97% from 255) = 26.08%
R=38.28%
G=35.65%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014910900.070.320.3747.0621.1652.75
HexA0956D0720252f1535
Octal240225155074045572565
Binary10100000100101011101101011110000010010110111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0956D; }

 p { color: rgb(160,149,109); }

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

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

 a { background-color: rgb(160,149,109); }

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

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

 span { border-color: rgb(160,149,109); }

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