#A19969

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

Shades of Gurkha #A19969

Tints of Gurkha #A19969

Color information

#A19969 (or 0xA19969) is unknown color: approx Gurkha. HEX triplet: A1, 99 and 69. RGB value is (161,153,105). Sum of RGB (Red+Green+Blue) = 161+153+105=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A19969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19969 is #5E6696. Grayscale: #969696. Windows color (decimal): -6186647 or 6920609. OLE color: 6920609.

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

Color convert

RGB161153105-
CMYK00.050.350.37
HSL51.43º22.95%52.16%-
HSV(B)51.43º34.78%63.14%-
XYZ28.6431.3817.91-
YUV149.92102.65135.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.42%
GREEN value IS 153 (60.16% from 255) = 36.52%
BLUE value IS 105 (41.41% from 255) = 25.06%
R=38.42%
G=36.52%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115310500.050.350.3751.4322.9552.16
HexA19969052325331734
Octal241231151054345632764
Binary10100001100110011101001010110001110010111001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19969; }

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

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

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

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

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

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

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

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