#A39662

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

Shades of Gurkha #A39662

Tints of Gurkha #A39662

Color information

#A39662 (or 0xA39662) is unknown color: approx Gurkha. HEX triplet: A3, 96 and 62. RGB value is (163,150,98). Sum of RGB (Red+Green+Blue) = 163+150+98=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A39662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39662 is #5C699D. Grayscale: #949494. Windows color (decimal): -6056350 or 6461091. OLE color: 6461091.

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

Color convert

RGB16315098-
CMYK00.080.400.36
HSL48º26.1%51.18%-
HSV(B)48º39.88%63.92%-
XYZ28.2230.4815.95-
YUV147.9699.81138.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.66%
GREEN value IS 150 (58.98% from 255) = 36.50%
BLUE value IS 98 (38.67% from 255) = 23.84%
R=39.66%
G=36.50%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631509800.080.400.364826.151.18
HexA39662082824301a33
Octal2432261420105044603263
Binary101000111001011011000100100010100010010011000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39662; }

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

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

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

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

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

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

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

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