#A09461

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

Shades of Gurkha #A09461

Tints of Gurkha #A09461

Color information

#A09461 (or 0xA09461) is unknown color: approx Gurkha. HEX triplet: A0, 94 and 61. RGB value is (160,148,97). Sum of RGB (Red+Green+Blue) = 160+148+97=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A09461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09461 is #5F6B9E. Grayscale: #919191. Windows color (decimal): -6253471 or 6395040. OLE color: 6395040.

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

Color convert

RGB16014897-
CMYK00.070.390.37
HSL48.57º24.9%50.39%-
HSV(B)48.57º39.38%62.75%-
XYZ27.2429.5215.57-
YUV145.77100.48138.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.51%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 97 (38.28% from 255) = 23.95%
R=39.51%
G=36.54%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601489700.070.390.3748.5724.950.39
HexA09461072725311932
Octal240224141074745613162
Binary10100000100101001100001011110011110010111000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09461; }

 p { color: rgb(160,148,97); }

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

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

 a { background-color: rgb(160,148,97); }

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

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

 span { border-color: rgb(160,148,97); }

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