#A19467

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

Shades of Gurkha #A19467

Tints of Gurkha #A19467

Color information

#A19467 (or 0xA19467) is unknown color: approx Gurkha. HEX triplet: A1, 94 and 67. RGB value is (161,148,103). Sum of RGB (Red+Green+Blue) = 161+148+103=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A19467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19467 is #5E6B98. Grayscale: #929292. Windows color (decimal): -6187929 or 6788257. OLE color: 6788257.

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

Color convert

RGB161148103-
CMYK00.080.360.37
HSL46.55º23.58%51.76%-
HSV(B)46.55º36.02%63.14%-
XYZ27.7429.7417.11-
YUV146.76103.31138.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.08%
GREEN value IS 148 (58.20% from 255) = 35.92%
BLUE value IS 103 (40.62% from 255) = 25%
R=39.08%
G=35.92%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114810300.080.360.3746.5523.5851.76
HexA194670824252f1834
Octal2412241470104445573064
Binary101000011001010011001110100010010010010110111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19467; }

 p { color: rgb(161,148,103); }

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

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

 a { background-color: rgb(161,148,103); }

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

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

 span { border-color: rgb(161,148,103); }

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