#A49961

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

Shades of Gurkha #A49961

Tints of Gurkha #A49961

Color information

#A49961 (or 0xA49961) is unknown color: approx Gurkha. HEX triplet: A4, 99 and 61. RGB value is (164,153,97). Sum of RGB (Red+Green+Blue) = 164+153+97=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A49961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49961 is #5B669E. Grayscale: #969696. Windows color (decimal): -5990047 or 6396324. OLE color: 6396324.

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

Color convert

RGB16415397-
CMYK00.070.410.36
HSL50.15º26.91%51.18%-
HSV(B)50.15º40.85%64.31%-
XYZ28.8631.5415.88-
YUV149.998.14138.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 153 (60.16% from 255) = 36.96%
BLUE value IS 97 (38.28% from 255) = 23.43%
R=39.61%
G=36.96%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641539700.070.410.3650.1526.9151.18
HexA49961072924321b33
Octal244231141075144623363
Binary10100100100110011100001011110100110010011001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49961; }

 p { color: rgb(164,153,97); }

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

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

 a { background-color: rgb(164,153,97); }

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

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

 span { border-color: rgb(164,153,97); }

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