#A39566

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

Shades of Gurkha #A39566

Tints of Gurkha #A39566

Color information

#A39566 (or 0xA39566) is unknown color: approx Gurkha. HEX triplet: A3, 95 and 66. RGB value is (163,149,102). Sum of RGB (Red+Green+Blue) = 163+149+102=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A39566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39566 is #5C6A99. Grayscale: #949494. Windows color (decimal): -6056602 or 6722979. OLE color: 6722979.

HSL color Cylindrical-coordinate representation of color #A39566: hue angle of 46.23º degrees, saturation: 0.25, 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 #A39566 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB163149102-
CMYK00.090.370.36
HSL46.23º24.9%51.96%-
HSV(B)46.23º37.42%63.92%-
XYZ28.2530.2416.92-
YUV147.83102.14138.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.37%
GREEN value IS 149 (58.59% from 255) = 35.99%
BLUE value IS 102 (40.23% from 255) = 24.64%
R=39.37%
G=35.99%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314910200.090.370.3646.2324.951.96
HexA395660925242e1934
Octal2432251460114544563164
Binary101000111001010111001100100110010110010010111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39566; }

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

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

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

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

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

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

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

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