#A39262

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

Shades of Gurkha #A39262

Tints of Gurkha #A39262

Color information

#A39262 (or 0xA39262) is unknown color: approx Gurkha. HEX triplet: A3, 92 and 62. RGB value is (163,146,98). Sum of RGB (Red+Green+Blue) = 163+146+98=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A39262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39262 is #5C6D9D. Grayscale: #919191. Windows color (decimal): -6057374 or 6460067. OLE color: 6460067.

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

Color convert

RGB16314698-
CMYK00.100.400.36
HSL44.31º26.1%51.18%-
HSV(B)44.31º39.88%63.92%-
XYZ27.5929.2315.74-
YUV145.61101.13140.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 98 (38.67% from 255) = 24.08%
R=40.05%
G=35.87%
B=24.08%

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
Decimal1631469800.100.400.3644.3126.151.18
HexA392620A28242c1a33
Octal2432221420125044543263
Binary101000111001001011000100101010100010010010110011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39262; }

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

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

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

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

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

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

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

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