#A19268

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

Shades of Gurkha #A19268

Tints of Gurkha #A19268

Color information

#A19268 (or 0xA19268) is unknown color: approx Gurkha. HEX triplet: A1, 92 and 68. RGB value is (161,146,104). Sum of RGB (Red+Green+Blue) = 161+146+104=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A19268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19268 is #5E6D97. Grayscale: #919191. Windows color (decimal): -6188440 or 6853281. OLE color: 6853281.

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

Color convert

RGB161146104-
CMYK00.090.350.37
HSL44.21º23.27%51.96%-
HSV(B)44.21º35.4%63.14%-
XYZ27.4829.1317.27-
YUV145.7104.47138.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.17%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 104 (41.02% from 255) = 25.30%
R=39.17%
G=35.52%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114610400.090.350.3744.2123.2751.96
HexA192680923252c1734
Octal2412221500114345542764
Binary101000011001001011010000100110001110010110110010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19268; }

 p { color: rgb(161,146,104); }

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

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

 a { background-color: rgb(161,146,104); }

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

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

 span { border-color: rgb(161,146,104); }

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