#A19369

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

Shades of Gurkha #A19369

Tints of Gurkha #A19369

Color information

#A19369 (or 0xA19369) is unknown color: approx Gurkha. HEX triplet: A1, 93 and 69. RGB value is (161,147,105). Sum of RGB (Red+Green+Blue) = 161+147+105=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A19369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19369 is #5E6C96. Grayscale: #929292. Windows color (decimal): -6188183 or 6919073. OLE color: 6919073.

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

Color convert

RGB161147105-
CMYK00.090.350.37
HSL45º22.95%52.16%-
HSV(B)45º34.78%63.14%-
XYZ27.6829.4617.59-
YUV146.4104.64138.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.98%
GREEN value IS 147 (57.81% from 255) = 35.59%
BLUE value IS 105 (41.41% from 255) = 25.42%
R=38.98%
G=35.59%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114710500.090.350.374522.9552.16
HexA193690923252d1734
Octal2412231510114345552764
Binary101000011001001111010010100110001110010110110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19369; }

 p { color: rgb(161,147,105); }

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

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

 a { background-color: rgb(161,147,105); }

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

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

 span { border-color: rgb(161,147,105); }

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