#A0956C

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

Shades of Gurkha #A0956C

Tints of Gurkha #A0956C

Color information

#A0956C (or 0xA0956C) is unknown color: approx Gurkha. HEX triplet: A0, 95 and 6C. RGB value is (160,149,108). Sum of RGB (Red+Green+Blue) = 160+149+108=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 160 - color contains mainly: red. Hex color #A0956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0956C is #5F6A93. Grayscale: #939393. Windows color (decimal): -6253204 or 7116192. OLE color: 7116192.

HSL color Cylindrical-coordinate representation of color #A0956C: hue angle of 47.31º 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 #A0956C is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB160149108-
CMYK00.070.320.37
HSL47.31º21.49%52.55%-
HSV(B)47.31º32.5%62.75%-
XYZ27.9530.0518.51-
YUV147.62105.64136.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.37%
GREEN value IS 149 (58.59% from 255) = 35.73%
BLUE value IS 108 (42.58% from 255) = 25.90%
R=38.37%
G=35.73%
B=25.90%

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
Decimal16014910800.070.320.3747.3121.4952.55
HexA0956C0720252f1535
Octal240225154074045572565
Binary10100000100101011101100011110000010010110111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0956C; }

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

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

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

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

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

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

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

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