#A49B63

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

Shades of Gurkha #A49B63

Tints of Gurkha #A49B63

Color information

#A49B63 (or 0xA49B63) is unknown color: approx Gurkha. HEX triplet: A4, 9B and 63. RGB value is (164,155,99). Sum of RGB (Red+Green+Blue) = 164+155+99=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49B63 is #5B649C. Grayscale: #979797. Windows color (decimal): -5989533 or 6527908. OLE color: 6527908.

HSL color Cylindrical-coordinate representation of color #A49B63: hue angle of 51.69º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A49B63 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16415599-
CMYK00.050.400.36
HSL51.69º26.32%51.57%-
HSV(B)51.69º39.63%64.31%-
XYZ29.2832.2416.48-
YUV151.3198.48137.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 155 (60.94% from 255) = 37.08%
BLUE value IS 99 (39.06% from 255) = 23.68%
R=39.23%
G=37.08%
B=23.68%

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
Decimal1641559900.050.400.3651.6926.3251.57
HexA49B63052824341a34
Octal244233143055044643264
Binary10100100100110111100011010110100010010011010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B63; }

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

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

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

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

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

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

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

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