#A09565

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

Shades of Gurkha #A09565

Tints of Gurkha #A09565

Color information

#A09565 (or 0xA09565) is unknown color: approx Gurkha. HEX triplet: A0, 95 and 65. RGB value is (160,149,101). Sum of RGB (Red+Green+Blue) = 160+149+101=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A09565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09565 is #5F6A9A. Grayscale: #939393. Windows color (decimal): -6253211 or 6657440. OLE color: 6657440.

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

Color convert

RGB160149101-
CMYK00.070.370.37
HSL48.81º23.69%51.18%-
HSV(B)48.81º36.88%62.75%-
XYZ27.5929.9116.63-
YUV146.82102.14137.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.02%
GREEN value IS 149 (58.59% from 255) = 36.34%
BLUE value IS 101 (39.84% from 255) = 24.63%
R=39.02%
G=36.34%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014910100.070.370.3748.8123.6951.18
HexA09565072525311833
Octal240225145074545613063
Binary10100000100101011100101011110010110010111000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09565; }

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

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

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

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

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

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

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

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