#A39362

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

Shades of Gurkha #A39362

Tints of Gurkha #A39362

Color information

#A39362 (or 0xA39362) is unknown color: approx Gurkha. HEX triplet: A3, 93 and 62. RGB value is (163,147,98). Sum of RGB (Red+Green+Blue) = 163+147+98=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A39362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39362 is #5C6C9D. Grayscale: #929292. Windows color (decimal): -6057118 or 6460323. OLE color: 6460323.

HSL color Cylindrical-coordinate representation of color #A39362: hue angle of 45.23º 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 #A39362 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16314798-
CMYK00.100.400.36
HSL45.23º26.1%51.18%-
HSV(B)45.23º39.88%63.92%-
XYZ27.7429.5415.79-
YUV146.2100.8139.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 147 (57.81% from 255) = 36.03%
BLUE value IS 98 (38.67% from 255) = 24.02%
R=39.95%
G=36.03%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631479800.100.400.3645.2326.151.18
HexA393620A28242d1a33
Octal2432231420125044553263
Binary101000111001001111000100101010100010010010110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39362; }

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

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

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

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

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

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

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

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