#A39561

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

Shades of Gurkha #A39561

Tints of Gurkha #A39561

Color information

#A39561 (or 0xA39561) is unknown color: approx Gurkha. HEX triplet: A3, 95 and 61. RGB value is (163,149,97). Sum of RGB (Red+Green+Blue) = 163+149+97=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A39561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39561 is #5C6A9E. Grayscale: #939393. Windows color (decimal): -6056607 or 6395299. OLE color: 6395299.

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

Color convert

RGB16314997-
CMYK00.090.400.36
HSL47.27º26.4%50.98%-
HSV(B)47.27º40.49%63.92%-
XYZ28.0130.1415.65-
YUV147.2699.64139.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 149 (58.59% from 255) = 36.43%
BLUE value IS 97 (38.28% from 255) = 23.72%
R=39.85%
G=36.43%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631499700.090.400.3647.2726.450.98
HexA395610928242f1a33
Octal2432251410115044573263
Binary101000111001010111000010100110100010010010111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39561; }

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

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

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

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

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

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

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

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