#A09861

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

Shades of Gurkha #A09861

Tints of Gurkha #A09861

Color information

#A09861 (or 0xA09861) is unknown color: approx Gurkha. HEX triplet: A0, 98 and 61. RGB value is (160,152,97). Sum of RGB (Red+Green+Blue) = 160+152+97=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A09861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09861 is #5F679E. Grayscale: #949494. Windows color (decimal): -6252447 or 6396064. OLE color: 6396064.

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

Color convert

RGB16015297-
CMYK00.050.390.37
HSL52.38º24.9%50.39%-
HSV(B)52.38º39.38%62.75%-
XYZ27.8830.7915.78-
YUV148.1299.15136.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.12%
GREEN value IS 152 (59.77% from 255) = 37.16%
BLUE value IS 97 (38.28% from 255) = 23.72%
R=39.12%
G=37.16%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601529700.050.390.3752.3824.950.39
HexA09861052725341932
Octal240230141054745643162
Binary10100000100110001100001010110011110010111010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09861; }

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

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

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

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

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

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

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

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