#A29960

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

Shades of Gurkha #A29960

Tints of Gurkha #A29960

Color information

#A29960 (or 0xA29960) is unknown color: approx Gurkha. HEX triplet: A2, 99 and 60. RGB value is (162,153,96). Sum of RGB (Red+Green+Blue) = 162+153+96=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A29960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29960 is #5D669F. Grayscale: #959595. Windows color (decimal): -6121120 or 6330786. OLE color: 6330786.

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

Color convert

RGB16215396-
CMYK00.060.410.36
HSL51.82º26.19%50.59%-
HSV(B)51.82º40.74%63.53%-
XYZ28.431.3115.61-
YUV149.1997.98137.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 96 (37.89% from 255) = 23.36%
R=39.42%
G=37.23%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621539600.060.410.3651.8226.1950.59
HexA29960062924341a33
Octal242231140065144643263
Binary10100010100110011100000011010100110010011010011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29960; }

 p { color: rgb(162,153,96); }

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

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

 a { background-color: rgb(162,153,96); }

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

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

 span { border-color: rgb(162,153,96); }

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