#A49461

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

Shades of Gurkha #A49461

Tints of Gurkha #A49461

Color information

#A49461 (or 0xA49461) is unknown color: approx Gurkha. HEX triplet: A4, 94 and 61. RGB value is (164,148,97). Sum of RGB (Red+Green+Blue) = 164+148+97=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A49461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49461 is #5B6B9E. Grayscale: #939393. Windows color (decimal): -5991327 or 6395044. OLE color: 6395044.

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

Color convert

RGB16414897-
CMYK00.100.410.36
HSL45.67º26.91%51.18%-
HSV(B)45.67º40.85%64.31%-
XYZ28.0629.9415.61-
YUV146.9799.8140.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 148 (58.20% from 255) = 36.19%
BLUE value IS 97 (38.28% from 255) = 23.72%
R=40.10%
G=36.19%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641489700.100.410.3645.6726.9151.18
HexA494610A29242e1b33
Octal2442241410125144563363
Binary101001001001010011000010101010100110010010111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49461; }

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

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

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

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

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

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

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

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