#A29663

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

Shades of Gurkha #A29663

Tints of Gurkha #A29663

Color information

#A29663 (or 0xA29663) is unknown color: approx Gurkha. HEX triplet: A2, 96 and 63. RGB value is (162,150,99). Sum of RGB (Red+Green+Blue) = 162+150+99=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A29663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29663 is #5D699C. Grayscale: #939393. Windows color (decimal): -6121885 or 6526626. OLE color: 6526626.

HSL color Cylindrical-coordinate representation of color #A29663: hue angle of 48.57º 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 #A29663 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB16215099-
CMYK00.070.390.36
HSL48.57º25.3%51.18%-
HSV(B)48.57º38.89%63.53%-
XYZ28.0630.3916.19-
YUV147.77100.48138.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 150 (58.98% from 255) = 36.50%
BLUE value IS 99 (39.06% from 255) = 24.09%
R=39.42%
G=36.50%
B=24.09%

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
Decimal1621509900.070.390.3648.5725.351.18
HexA29663072724311933
Octal242226143074744613163
Binary10100010100101101100011011110011110010011000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29663; }

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

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

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

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

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

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

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

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