#A09163

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

Shades of Gurkha #A09163

Tints of Gurkha #A09163

Color information

#A09163 (or 0xA09163) is unknown color: approx Gurkha. HEX triplet: A0, 91 and 63. RGB value is (160,145,99). Sum of RGB (Red+Green+Blue) = 160+145+99=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A09163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09163 is #5F6E9C. Grayscale: #909090. Windows color (decimal): -6254237 or 6525344. OLE color: 6525344.

HSL color Cylindrical-coordinate representation of color #A09163: hue angle of 45.25º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A09163 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB16014599-
CMYK00.090.380.37
HSL45.25º24.3%50.78%-
HSV(B)45.25º38.12%62.75%-
XYZ26.8728.6315.91-
YUV144.24102.47139.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.60%
GREEN value IS 145 (57.03% from 255) = 35.89%
BLUE value IS 99 (39.06% from 255) = 24.50%
R=39.60%
G=35.89%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601459900.090.380.3745.2524.350.78
HexA091630926252d1833
Octal2402211430114645553063
Binary101000001001000111000110100110011010010110110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09163; }

 p { color: rgb(160,145,99); }

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

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

 a { background-color: rgb(160,145,99); }

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

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

 span { border-color: rgb(160,145,99); }

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