#A49561

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

Shades of Gurkha #A49561

Tints of Gurkha #A49561

Color information

#A49561 (or 0xA49561) is unknown color: approx Gurkha. HEX triplet: A4, 95 and 61. RGB value is (164,149,97). Sum of RGB (Red+Green+Blue) = 164+149+97=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A49561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49561 is #5B6A9E. Grayscale: #939393. Windows color (decimal): -5991071 or 6395300. OLE color: 6395300.

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

Color convert

RGB16414997-
CMYK00.090.410.36
HSL46.57º26.91%51.18%-
HSV(B)46.57º40.85%64.31%-
XYZ28.2130.2515.66-
YUV147.5699.47139.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 149 (58.59% from 255) = 36.34%
BLUE value IS 97 (38.28% from 255) = 23.66%
R=40%
G=36.34%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641499700.090.410.3646.5726.9151.18
HexA495610929242f1b33
Octal2442251410115144573363
Binary101001001001010111000010100110100110010010111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49561; }

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

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

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

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

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

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

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

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