#A39462

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

Shades of Gurkha #A39462

Tints of Gurkha #A39462

Color information

#A39462 (or 0xA39462) is unknown color: approx Gurkha. HEX triplet: A3, 94 and 62. RGB value is (163,148,98). Sum of RGB (Red+Green+Blue) = 163+148+98=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A39462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39462 is #5C6B9D. Grayscale: #939393. Windows color (decimal): -6056862 or 6460579. OLE color: 6460579.

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

Color convert

RGB16314898-
CMYK00.090.400.36
HSL46.15º26.1%51.18%-
HSV(B)46.15º39.88%63.92%-
XYZ27.929.8515.85-
YUV146.78100.47139.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 148 (58.20% from 255) = 36.19%
BLUE value IS 98 (38.67% from 255) = 23.96%
R=39.85%
G=36.19%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631489800.090.400.3646.1526.151.18
HexA394620928242e1a33
Octal2432241420115044563263
Binary101000111001010011000100100110100010010010111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39462; }

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

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

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

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

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

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

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

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