#A29763

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

Shades of Gurkha #A29763

Tints of Gurkha #A29763

Color information

#A29763 (or 0xA29763) is unknown color: approx Gurkha. HEX triplet: A2, 97 and 63. RGB value is (162,151,99). Sum of RGB (Red+Green+Blue) = 162+151+99=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A29763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29763 is #5D689C. Grayscale: #949494. Windows color (decimal): -6121629 or 6526882. OLE color: 6526882.

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

Color convert

RGB16215199-
CMYK00.070.390.36
HSL49.52º25.3%51.18%-
HSV(B)49.52º38.89%63.53%-
XYZ28.2230.7216.25-
YUV148.36100.14137.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 151 (59.38% from 255) = 36.65%
BLUE value IS 99 (39.06% from 255) = 24.03%
R=39.32%
G=36.65%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621519900.070.390.3649.5225.351.18
HexA29763072724321933
Octal242227143074744623163
Binary10100010100101111100011011110011110010011001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29763; }

 p { color: rgb(162,151,99); }

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

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

 a { background-color: rgb(162,151,99); }

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

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

 span { border-color: rgb(162,151,99); }

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