#A29560

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

Shades of Gurkha #A29560

Tints of Gurkha #A29560

Color information

#A29560 (or 0xA29560) is unknown color: approx Gurkha. HEX triplet: A2, 95 and 60. RGB value is (162,149,96). Sum of RGB (Red+Green+Blue) = 162+149+96=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A29560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29560 is #5D6A9F. Grayscale: #939393. Windows color (decimal): -6122144 or 6329762. OLE color: 6329762.

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

Color convert

RGB16214996-
CMYK00.080.410.36
HSL48.18º26.19%50.59%-
HSV(B)48.18º40.74%63.53%-
XYZ27.7630.0215.4-
YUV146.8499.31138.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 149 (58.59% from 255) = 36.61%
BLUE value IS 96 (37.89% from 255) = 23.59%
R=39.80%
G=36.61%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621499600.080.410.3648.1826.1950.59
HexA29560082924301a33
Octal2422251400105144603263
Binary101000101001010111000000100010100110010011000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29560; }

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

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

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

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

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

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

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

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