#A19569

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

Shades of Gurkha #A19569

Tints of Gurkha #A19569

Color information

#A19569 (or 0xA19569) is unknown color: approx Gurkha. HEX triplet: A1, 95 and 69. RGB value is (161,149,105). Sum of RGB (Red+Green+Blue) = 161+149+105=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A19569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19569 is #5E6A96. Grayscale: #939393. Windows color (decimal): -6187671 or 6919585. OLE color: 6919585.

HSL color Cylindrical-coordinate representation of color #A19569: hue angle of 47.14º 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 #A19569 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB161149105-
CMYK00.070.350.37
HSL47.14º22.95%52.16%-
HSV(B)47.14º34.78%63.14%-
XYZ2830.0917.7-
YUV147.57103.98137.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.80%
GREEN value IS 149 (58.59% from 255) = 35.90%
BLUE value IS 105 (41.41% from 255) = 25.30%
R=38.80%
G=35.90%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114910500.070.350.3747.1422.9552.16
HexA195690723252f1734
Octal241225151074345572764
Binary10100001100101011101001011110001110010110111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19569; }

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

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

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

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

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

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

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

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