#A09260

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

Shades of Gurkha #A09260

Tints of Gurkha #A09260

Color information

#A09260 (or 0xA09260) is unknown color: approx Gurkha. HEX triplet: A0, 92 and 60. RGB value is (160,146,96). Sum of RGB (Red+Green+Blue) = 160+146+96=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A09260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09260 is #5F6D9F. Grayscale: #909090. Windows color (decimal): -6253984 or 6328992. OLE color: 6328992.

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

Color convert

RGB16014696-
CMYK00.090.40.37
HSL46.88º25.2%50.2%-
HSV(B)46.88º40%62.75%-
XYZ26.8928.8815.22-
YUV144.49100.64139.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.80%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 96 (37.89% from 255) = 23.88%
R=39.80%
G=36.32%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601469600.090.40.3746.8825.250.2
HexA092600928252f1932
Octal2402221400115045573162
Binary101000001001001011000000100110100010010110111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09260; }

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

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

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

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

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

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

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

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