#A1946C

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

Shades of Gurkha #A1946C

Tints of Gurkha #A1946C

Color information

#A1946C (or 0xA1946C) is unknown color: approx Gurkha. HEX triplet: A1, 94 and 6C. RGB value is (161,148,108). Sum of RGB (Red+Green+Blue) = 161+148+108=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 161 - color contains mainly: red. Hex color #A1946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1946C is #5E6B93. Grayscale: #939393. Windows color (decimal): -6187924 or 7115937. OLE color: 7115937.

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

Color convert

RGB161148108-
CMYK00.080.330.37
HSL45.28º21.99%52.75%-
HSV(B)45.28º32.92%63.14%-
XYZ27.9929.8418.47-
YUV147.33105.81137.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 108 (42.58% from 255) = 25.90%
R=38.61%
G=35.49%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114810800.080.330.3745.2821.9952.75
HexA1946C0821252d1635
Octal2412241540104145552665
Binary101000011001010011011000100010000110010110110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1946C; }

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

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

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

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

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

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

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

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