#A29A64

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

Shades of Gurkha #A29A64

Tints of Gurkha #A29A64

Color information

#A29A64 (or 0xA29A64) is unknown color: approx Gurkha. HEX triplet: A2, 9A and 64. RGB value is (162,154,100). Sum of RGB (Red+Green+Blue) = 162+154+100=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29A64 is #5D659B. Grayscale: #969696. Windows color (decimal): -6120860 or 6593186. OLE color: 6593186.

HSL color Cylindrical-coordinate representation of color #A29A64: hue angle of 52.26º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A29A64 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB162154100-
CMYK00.050.380.36
HSL52.26º25%51.37%-
HSV(B)52.26º38.27%63.53%-
XYZ28.7631.7116.66-
YUV150.2499.65136.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.94%
GREEN value IS 154 (60.55% from 255) = 37.02%
BLUE value IS 100 (39.45% from 255) = 24.04%
R=38.94%
G=37.02%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215410000.050.380.3652.262551.37
HexA29A64052624341933
Octal242232144054644643163
Binary10100010100110101100100010110011010010011010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A64; }

 p { color: rgb(162,154,100); }

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

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

 a { background-color: rgb(162,154,100); }

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

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

 span { border-color: rgb(162,154,100); }

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