#A39660

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

Shades of Gurkha #A39660

Tints of Gurkha #A39660

Color information

#A39660 (or 0xA39660) is unknown color: approx Gurkha. HEX triplet: A3, 96 and 60. RGB value is (163,150,96). Sum of RGB (Red+Green+Blue) = 163+150+96=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A39660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39660 is #5C699F. Grayscale: #939393. Windows color (decimal): -6056352 or 6330019. OLE color: 6330019.

HSL color Cylindrical-coordinate representation of color #A39660: hue angle of 48.36º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A39660 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16315096-
CMYK00.080.410.36
HSL48.36º26.69%50.78%-
HSV(B)48.36º41.1%63.92%-
XYZ28.1230.4415.46-
YUV147.7398.81138.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 96 (37.89% from 255) = 23.47%
R=39.85%
G=36.67%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631509600.080.410.3648.3626.6950.78
HexA39660082924301b33
Octal2432261400105144603363
Binary101000111001011011000000100010100110010011000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39660; }

 p { color: rgb(163,150,96); }

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

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

 a { background-color: rgb(163,150,96); }

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

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

 span { border-color: rgb(163,150,96); }

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