#A39666

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

Shades of Gurkha #A39666

Tints of Gurkha #A39666

Color information

#A39666 (or 0xA39666) is unknown color: approx Gurkha. HEX triplet: A3, 96 and 66. RGB value is (163,150,102). Sum of RGB (Red+Green+Blue) = 163+150+102=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A39666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39666 is #5C6999. Grayscale: #949494. Windows color (decimal): -6056346 or 6723235. OLE color: 6723235.

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

Color convert

RGB163150102-
CMYK00.080.370.36
HSL47.21º24.9%51.96%-
HSV(B)47.21º37.42%63.92%-
XYZ28.4130.5616.97-
YUV148.41101.81138.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.28%
GREEN value IS 150 (58.98% from 255) = 36.14%
BLUE value IS 102 (40.23% from 255) = 24.58%
R=39.28%
G=36.14%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315010200.080.370.3647.2124.951.96
HexA396660825242f1934
Octal2432261460104544573164
Binary101000111001011011001100100010010110010010111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39666; }

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

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

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

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

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

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

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

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