#A39562

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

Shades of Gurkha #A39562

Tints of Gurkha #A39562

Color information

#A39562 (or 0xA39562) is unknown color: approx Gurkha. HEX triplet: A3, 95 and 62. RGB value is (163,149,98). Sum of RGB (Red+Green+Blue) = 163+149+98=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A39562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39562 is #5C6A9D. Grayscale: #939393. Windows color (decimal): -6056606 or 6460835. OLE color: 6460835.

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

Color convert

RGB16314998-
CMYK00.090.400.36
HSL47.08º26.1%51.18%-
HSV(B)47.08º39.88%63.92%-
XYZ28.0630.1615.9-
YUV147.37100.14139.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.76%
GREEN value IS 149 (58.59% from 255) = 36.34%
BLUE value IS 98 (38.67% from 255) = 23.90%
R=39.76%
G=36.34%
B=23.90%

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
Decimal1631499800.090.400.3647.0826.151.18
HexA395620928242f1a33
Octal2432251420115044573263
Binary101000111001010111000100100110100010010010111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39562; }

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

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

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

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

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

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

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

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