#A09766

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

Shades of Gurkha #A09766

Tints of Gurkha #A09766

Color information

#A09766 (or 0xA09766) is unknown color: approx Gurkha. HEX triplet: A0, 97 and 66. RGB value is (160,151,102). Sum of RGB (Red+Green+Blue) = 160+151+102=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 160 - color contains mainly: red. Hex color #A09766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09766 is #5F6899. Grayscale: #949494. Windows color (decimal): -6252698 or 6723488. OLE color: 6723488.

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

Color convert

RGB160151102-
CMYK00.060.360.37
HSL50.69º23.39%51.37%-
HSV(B)50.69º36.25%62.75%-
XYZ27.9630.5717-
YUV148.11101.98136.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.74%
GREEN value IS 151 (59.38% from 255) = 36.56%
BLUE value IS 102 (40.23% from 255) = 24.70%
R=38.74%
G=36.56%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015110200.060.360.3750.6923.3951.37
HexA09766062425331733
Octal240227146064445632763
Binary10100000100101111100110011010010010010111001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09766; }

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

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

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

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

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

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

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

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