#A49665

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

Shades of Gurkha #A49665

Tints of Gurkha #A49665

Color information

#A49665 (or 0xA49665) is unknown color: approx Gurkha. HEX triplet: A4, 96 and 65. RGB value is (164,150,101). Sum of RGB (Red+Green+Blue) = 164+150+101=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A49665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49665 is #5B699A. Grayscale: #949494. Windows color (decimal): -5990811 or 6657700. OLE color: 6657700.

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

Color convert

RGB164150101-
CMYK00.090.380.36
HSL46.67º25.71%51.96%-
HSV(B)46.67º38.41%64.31%-
XYZ28.5730.6416.72-
YUV148.6101.14138.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 150 (58.98% from 255) = 36.14%
BLUE value IS 101 (39.84% from 255) = 24.34%
R=39.52%
G=36.14%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415010100.090.380.3646.6725.7151.96
HexA496650926242f1a34
Octal2442261450114644573264
Binary101001001001011011001010100110011010010010111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49665; }

 p { color: rgb(164,150,101); }

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

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

 a { background-color: rgb(164,150,101); }

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

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

 span { border-color: rgb(164,150,101); }

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