#A29161

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

Shades of Gurkha #A29161

Tints of Gurkha #A29161

Color information

#A29161 (or 0xA29161) is unknown color: approx Gurkha. HEX triplet: A2, 91 and 61. RGB value is (162,145,97). Sum of RGB (Red+Green+Blue) = 162+145+97=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A29161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29161 is #5D6E9E. Grayscale: #909090. Windows color (decimal): -6123167 or 6394274. OLE color: 6394274.

HSL color Cylindrical-coordinate representation of color #A29161: hue angle of 44.31º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A29161 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16214597-
CMYK00.100.400.36
HSL44.31º25.9%50.78%-
HSV(B)44.31º40.12%63.53%-
XYZ27.1828.815.43-
YUV144.61101.13140.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 145 (57.03% from 255) = 35.89%
BLUE value IS 97 (38.28% from 255) = 24.01%
R=40.10%
G=35.89%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621459700.100.400.3644.3125.950.78
HexA291610A28242c1a33
Octal2422211410125044543263
Binary101000101001000111000010101010100010010010110011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29161; }

 p { color: rgb(162,145,97); }

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

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

 a { background-color: rgb(162,145,97); }

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

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

 span { border-color: rgb(162,145,97); }

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