#A29466

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

Shades of Gurkha #A29466

Tints of Gurkha #A29466

Color information

#A29466 (or 0xA29466) is unknown color: approx Gurkha. HEX triplet: A2, 94 and 66. RGB value is (162,148,102). Sum of RGB (Red+Green+Blue) = 162+148+102=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A29466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29466 is #5D6B99. Grayscale: #939393. Windows color (decimal): -6122394 or 6722722. OLE color: 6722722.

HSL color Cylindrical-coordinate representation of color #A29466: hue angle of 46º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A29466 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB162148102-
CMYK00.090.370.36
HSL46º24.39%51.76%-
HSV(B)46º37.04%63.53%-
XYZ27.8929.8216.86-
YUV146.94102.64138.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 148 (58.20% from 255) = 35.92%
BLUE value IS 102 (40.23% from 255) = 24.76%
R=39.32%
G=35.92%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214810200.090.370.364624.3951.76
HexA294660925242e1834
Octal2422241460114544563064
Binary101000101001010011001100100110010110010010111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29466; }

 p { color: rgb(162,148,102); }

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

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

 a { background-color: rgb(162,148,102); }

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

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

 span { border-color: rgb(162,148,102); }

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