#A29562

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

Shades of Gurkha #A29562

Tints of Gurkha #A29562

Color information

#A29562 (or 0xA29562) is unknown color: approx Gurkha. HEX triplet: A2, 95 and 62. RGB value is (162,149,98). Sum of RGB (Red+Green+Blue) = 162+149+98=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A29562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29562 is #5D6A9D. Grayscale: #939393. Windows color (decimal): -6122142 or 6460834. OLE color: 6460834.

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

Color convert

RGB16214998-
CMYK00.080.400.36
HSL47.81º25.6%50.98%-
HSV(B)47.81º39.51%63.53%-
XYZ27.8530.0615.89-
YUV147.07100.31138.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.61%
GREEN value IS 149 (58.59% from 255) = 36.43%
BLUE value IS 98 (38.67% from 255) = 23.96%
R=39.61%
G=36.43%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621499800.080.400.3647.8125.650.98
HexA29562082824301a33
Octal2422251420105044603263
Binary101000101001010111000100100010100010010011000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29562; }

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

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

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

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

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

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

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

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