#A49662

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

Shades of Gurkha #A49662

Tints of Gurkha #A49662

Color information

#A49662 (or 0xA49662) is unknown color: approx Gurkha. HEX triplet: A4, 96 and 62. RGB value is (164,150,98). Sum of RGB (Red+Green+Blue) = 164+150+98=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A49662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49662 is #5B699D. Grayscale: #949494. Windows color (decimal): -5990814 or 6461092. OLE color: 6461092.

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

Color convert

RGB16415098-
CMYK00.090.400.36
HSL47.27º26.61%51.37%-
HSV(B)47.27º40.24%64.31%-
XYZ28.4230.5915.96-
YUV148.2699.64139.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 150 (58.98% from 255) = 36.41%
BLUE value IS 98 (38.67% from 255) = 23.79%
R=39.81%
G=36.41%
B=23.79%

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
Decimal1641509800.090.400.3647.2726.6151.37
HexA496620928242f1b33
Octal2442261420115044573363
Binary101001001001011011000100100110100010010010111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49662; }

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

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

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

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

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

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

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

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