#A29863

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

Shades of Gurkha #A29863

Tints of Gurkha #A29863

Color information

#A29863 (or 0xA29863) is unknown color: approx Gurkha. HEX triplet: A2, 98 and 63. RGB value is (162,152,99). Sum of RGB (Red+Green+Blue) = 162+152+99=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A29863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29863 is #5D679C. Grayscale: #959595. Windows color (decimal): -6121373 or 6527138. OLE color: 6527138.

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

Color convert

RGB16215299-
CMYK00.060.390.36
HSL50.48º25.3%51.18%-
HSV(B)50.48º38.89%63.53%-
XYZ28.3831.0416.3-
YUV148.9599.81137.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 152 (59.77% from 255) = 36.80%
BLUE value IS 99 (39.06% from 255) = 23.97%
R=39.23%
G=36.80%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621529900.060.390.3650.4825.351.18
HexA29863062724321933
Octal242230143064744623163
Binary10100010100110001100011011010011110010011001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29863; }

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

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

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

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

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

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

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

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