#A39961

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

Shades of Gurkha #A39961

Tints of Gurkha #A39961

Color information

#A39961 (or 0xA39961) is unknown color: approx Gurkha. HEX triplet: A3, 99 and 61. RGB value is (163,153,97). Sum of RGB (Red+Green+Blue) = 163+153+97=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A39961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39961 is #5C669E. Grayscale: #959595. Windows color (decimal): -6055583 or 6396323. OLE color: 6396323.

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

Color convert

RGB16315397-
CMYK00.060.400.36
HSL50.91º26.4%50.98%-
HSV(B)50.91º40.49%63.92%-
XYZ28.6531.4315.87-
YUV149.6198.31137.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.47%
GREEN value IS 153 (60.16% from 255) = 37.05%
BLUE value IS 97 (38.28% from 255) = 23.49%
R=39.47%
G=37.05%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631539700.060.400.3650.9126.450.98
HexA39961062824331a33
Octal243231141065044633263
Binary10100011100110011100001011010100010010011001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39961; }

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

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

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

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

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

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

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

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