#A09360

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

Shades of Gurkha #A09360

Tints of Gurkha #A09360

Color information

#A09360 (or 0xA09360) is unknown color: approx Gurkha. HEX triplet: A0, 93 and 60. RGB value is (160,147,96). Sum of RGB (Red+Green+Blue) = 160+147+96=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A09360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09360 is #5F6C9F. Grayscale: #919191. Windows color (decimal): -6253728 or 6329248. OLE color: 6329248.

HSL color Cylindrical-coordinate representation of color #A09360: hue angle of 47.81º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A09360 is Cyan = 0, Magento = 0.08, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB16014796-
CMYK00.080.40.37
HSL47.81º25.2%50.2%-
HSV(B)47.81º40%62.75%-
XYZ27.0429.1915.27-
YUV145.07100.31138.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.70%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 96 (37.89% from 255) = 23.82%
R=39.70%
G=36.48%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601479600.080.40.3747.8125.250.2
HexA09360082825301932
Octal2402231400105045603162
Binary101000001001001111000000100010100010010111000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09360; }

 p { color: rgb(160,147,96); }

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

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

 a { background-color: rgb(160,147,96); }

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

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

 span { border-color: rgb(160,147,96); }

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