#A29A65

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

Shades of Gurkha #A29A65

Tints of Gurkha #A29A65

Color information

#A29A65 (or 0xA29A65) is unknown color: approx Gurkha. HEX triplet: A2, 9A and 65. RGB value is (162,154,101). Sum of RGB (Red+Green+Blue) = 162+154+101=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29A65 is #5D659A. Grayscale: #969696. Windows color (decimal): -6120859 or 6658722. OLE color: 6658722.

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

Color convert

RGB162154101-
CMYK00.050.380.36
HSL52.13º24.7%51.57%-
HSV(B)52.13º37.65%63.53%-
XYZ28.831.7316.92-
YUV150.35100.15136.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 154 (60.55% from 255) = 36.93%
BLUE value IS 101 (39.84% from 255) = 24.22%
R=38.85%
G=36.93%
B=24.22%

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
Decimal16215410100.050.380.3652.1324.751.57
HexA29A65052624341934
Octal242232145054644643164
Binary10100010100110101100101010110011010010011010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A65; }

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

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

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

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

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

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

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

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