#A29860

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

Shades of Gurkha #A29860

Tints of Gurkha #A29860

Color information

#A29860 (or 0xA29860) is unknown color: approx Gurkha. HEX triplet: A2, 98 and 60. RGB value is (162,152,96). Sum of RGB (Red+Green+Blue) = 162+152+96=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A29860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29860 is #5D679F. Grayscale: #949494. Windows color (decimal): -6121376 or 6330530. OLE color: 6330530.

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

Color convert

RGB16215296-
CMYK00.060.410.36
HSL50.91º26.19%50.59%-
HSV(B)50.91º40.74%63.53%-
XYZ28.2430.9815.56-
YUV148.6198.31137.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 152 (59.77% from 255) = 37.07%
BLUE value IS 96 (37.89% from 255) = 23.41%
R=39.51%
G=37.07%
B=23.41%

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
Decimal1621529600.060.410.3650.9126.1950.59
HexA29860062924331a33
Octal242230140065144633263
Binary10100010100110001100000011010100110010011001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29860; }

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

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

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

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

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

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

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

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