#a19469

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

Shades of Gurkha #A19469

Tints of Gurkha #A19469

Color information

#A19469 (or 0xA19469) is unknown color: approx Gurkha. HEX triplet: A1, 94 and 69. RGB value is (161,148,105). Sum of RGB (Red+Green+Blue) = 161+148+105=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A19469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19469 is #5E6B96. Grayscale: #939393. Windows color (decimal): -6187927 or 6919329. OLE color: 6919329.

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

Color convert

RGB161148105-
CMYK00.080.350.37
HSL46.07º22.95%52.16%-
HSV(B)46.07º34.78%63.14%-
XYZ27.8429.7817.64-
YUV146.98104.31138-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.89%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 105 (41.41% from 255) = 25.36%
R=38.89%
G=35.75%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114810500.080.350.3746.0722.9552.16
HexA194690823252e1734
Octal2412241510104345562764
Binary101000011001010011010010100010001110010110111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a19469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a19469; }

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

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

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

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

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

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

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

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