#A49A5E

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

Shades of Gurkha #A49A5E

Tints of Gurkha #A49A5E

Color information

#A49A5E (or 0xA49A5E) is unknown color: approx Gurkha. HEX triplet: A4, 9A and 5E. RGB value is (164,154,94). Sum of RGB (Red+Green+Blue) = 164+154+94=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49A5E is #5B65A1. Grayscale: #969696. Windows color (decimal): -5989794 or 6199972. OLE color: 6199972.

HSL color Cylindrical-coordinate representation of color #A49A5E: hue angle of 51.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A49A5E is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16415494-
CMYK00.060.430.36
HSL51.43º27.78%50.59%-
HSV(B)51.43º42.68%64.31%-
XYZ28.8931.8115.21-
YUV150.1596.31137.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 154 (60.55% from 255) = 37.38%
BLUE value IS 94 (37.11% from 255) = 22.82%
R=39.81%
G=37.38%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641549400.060.430.3651.4327.7850.59
HexA49A5E062B24331c33
Octal244232136065344633463
Binary10100100100110101011110011010101110010011001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49A5E; }

 p { color: rgb(164,154,94); }

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

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

 a { background-color: rgb(164,154,94); }

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

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

 span { border-color: rgb(164,154,94); }

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