#A09761

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

Shades of Gurkha #A09761

Tints of Gurkha #A09761

Color information

#A09761 (or 0xA09761) is unknown color: approx Gurkha. HEX triplet: A0, 97 and 61. RGB value is (160,151,97). Sum of RGB (Red+Green+Blue) = 160+151+97=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A09761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09761 is #5F689E. Grayscale: #939393. Windows color (decimal): -6252703 or 6395808. OLE color: 6395808.

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

Color convert

RGB16015197-
CMYK00.060.390.37
HSL51.43º24.9%50.39%-
HSV(B)51.43º39.38%62.75%-
XYZ27.7230.4715.73-
YUV147.5499.48136.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.22%
GREEN value IS 151 (59.38% from 255) = 37.01%
BLUE value IS 97 (38.28% from 255) = 23.77%
R=39.22%
G=37.01%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601519700.060.390.3751.4324.950.39
HexA09761062725331932
Octal240227141064745633162
Binary10100000100101111100001011010011110010111001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09761; }

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

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

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

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

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

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

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

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