#A19264

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

Shades of Gurkha #A19264

Tints of Gurkha #A19264

Color information

#A19264 (or 0xA19264) is unknown color: approx Gurkha. HEX triplet: A1, 92 and 64. RGB value is (161,146,100). Sum of RGB (Red+Green+Blue) = 161+146+100=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A19264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19264 is #5E6D9B. Grayscale: #919191. Windows color (decimal): -6188444 or 6591137. OLE color: 6591137.

HSL color Cylindrical-coordinate representation of color #A19264: hue angle of 45.25º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A19264 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB161146100-
CMYK00.090.380.37
HSL45.25º24.5%51.18%-
HSV(B)45.25º37.89%63.14%-
XYZ27.2829.0516.23-
YUV145.24102.47139.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.56%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 100 (39.45% from 255) = 24.57%
R=39.56%
G=35.87%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114610000.090.380.3745.2524.551.18
HexA192640926252d1833
Octal2412221440114645553063
Binary101000011001001011001000100110011010010110110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19264; }

 p { color: rgb(161,146,100); }

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

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

 a { background-color: rgb(161,146,100); }

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

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

 span { border-color: rgb(161,146,100); }

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