#A29861

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

Shades of Gurkha #A29861

Tints of Gurkha #A29861

Color information

#A29861 (or 0xA29861) is unknown color: approx Gurkha. HEX triplet: A2, 98 and 61. RGB value is (162,152,97). Sum of RGB (Red+Green+Blue) = 162+152+97=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A29861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29861 is #5D679E. Grayscale: #949494. Windows color (decimal): -6121375 or 6396066. OLE color: 6396066.

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

Color convert

RGB16215297-
CMYK00.060.400.36
HSL50.77º25.9%50.78%-
HSV(B)50.77º40.12%63.53%-
XYZ28.293115.8-
YUV148.7298.81137.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 152 (59.77% from 255) = 36.98%
BLUE value IS 97 (38.28% from 255) = 23.60%
R=39.42%
G=36.98%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621529700.060.400.3650.7725.950.78
HexA29861062824331a33
Octal242230141065044633263
Binary10100010100110001100001011010100010010011001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29861; }

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

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

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

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

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

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

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

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