#A29566

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

Shades of Gurkha #A29566

Tints of Gurkha #A29566

Color information

#A29566 (or 0xA29566) is unknown color: approx Gurkha. HEX triplet: A2, 95 and 66. RGB value is (162,149,102). Sum of RGB (Red+Green+Blue) = 162+149+102=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A29566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29566 is #5D6A99. Grayscale: #939393. Windows color (decimal): -6122138 or 6722978. OLE color: 6722978.

HSL color Cylindrical-coordinate representation of color #A29566: hue angle of 47º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A29566 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB162149102-
CMYK00.080.370.36
HSL47º24.39%51.76%-
HSV(B)47º37.04%63.53%-
XYZ28.0530.1416.91-
YUV147.53102.31138.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 149 (58.59% from 255) = 36.08%
BLUE value IS 102 (40.23% from 255) = 24.70%
R=39.23%
G=36.08%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214910200.080.370.364724.3951.76
HexA295660825242f1834
Octal2422251460104544573064
Binary101000101001010111001100100010010110010010111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29566; }

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

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

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

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

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

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

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

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