#A09465

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

Shades of Gurkha #A09465

Tints of Gurkha #A09465

Color information

#A09465 (or 0xA09465) is unknown color: approx Gurkha. HEX triplet: A0, 94 and 65. RGB value is (160,148,101). Sum of RGB (Red+Green+Blue) = 160+148+101=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A09465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09465 is #5F6B9A. Grayscale: #929292. Windows color (decimal): -6253467 or 6657184. OLE color: 6657184.

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

Color convert

RGB160148101-
CMYK00.070.370.37
HSL47.8º23.69%51.18%-
HSV(B)47.8º36.88%62.75%-
XYZ27.4429.5916.58-
YUV146.23102.48137.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.12%
GREEN value IS 148 (58.20% from 255) = 36.19%
BLUE value IS 101 (39.84% from 255) = 24.69%
R=39.12%
G=36.19%
B=24.69%

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
Decimal16014810100.070.370.3747.823.6951.18
HexA09465072525301833
Octal240224145074545603063
Binary10100000100101001100101011110010110010111000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09465; }

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

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

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

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

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

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

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

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