#A49862

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

Shades of Gurkha #A49862

Tints of Gurkha #A49862

Color information

#A49862 (or 0xA49862) is unknown color: approx Gurkha. HEX triplet: A4, 98 and 62. RGB value is (164,152,98). Sum of RGB (Red+Green+Blue) = 164+152+98=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A49862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49862 is #5B679D. Grayscale: #959595. Windows color (decimal): -5990302 or 6461604. OLE color: 6461604.

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

Color convert

RGB16415298-
CMYK00.070.400.36
HSL49.09º26.61%51.37%-
HSV(B)49.09º40.24%64.31%-
XYZ28.7431.2316.07-
YUV149.4398.98138.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 152 (59.77% from 255) = 36.71%
BLUE value IS 98 (38.67% from 255) = 23.67%
R=39.61%
G=36.71%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641529800.070.400.3649.0926.6151.37
HexA49862072824311b33
Octal244230142075044613363
Binary10100100100110001100010011110100010010011000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49862; }

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

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

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

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

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

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

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

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