#A49B62

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

Shades of Gurkha #A49B62

Tints of Gurkha #A49B62

Color information

#A49B62 (or 0xA49B62) is unknown color: approx Gurkha. HEX triplet: A4, 9B and 62. RGB value is (164,155,98). Sum of RGB (Red+Green+Blue) = 164+155+98=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49B62 is #5B649D. Grayscale: #979797. Windows color (decimal): -5989534 or 6462372. OLE color: 6462372.

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

Color convert

RGB16415598-
CMYK00.050.400.36
HSL51.82º26.61%51.37%-
HSV(B)51.82º40.24%64.31%-
XYZ29.2432.2216.23-
YUV151.1997.98137.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.33%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 98 (38.67% from 255) = 23.50%
R=39.33%
G=37.17%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641559800.050.400.3651.8226.6151.37
HexA49B62052824341b33
Octal244233142055044643363
Binary10100100100110111100010010110100010010011010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B62; }

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

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

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

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

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

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

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

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