#A39661

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

Shades of Gurkha #A39661

Tints of Gurkha #A39661

Color information

#A39661 (or 0xA39661) is unknown color: approx Gurkha. HEX triplet: A3, 96 and 61. RGB value is (163,150,97). Sum of RGB (Red+Green+Blue) = 163+150+97=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A39661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39661 is #5C699E. Grayscale: #949494. Windows color (decimal): -6056351 or 6395555. OLE color: 6395555.

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

Color convert

RGB16315097-
CMYK00.080.400.36
HSL48.18º26.4%50.98%-
HSV(B)48.18º40.49%63.92%-
XYZ28.1730.4615.7-
YUV147.8499.31138.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.76%
GREEN value IS 150 (58.98% from 255) = 36.59%
BLUE value IS 97 (38.28% from 255) = 23.66%
R=39.76%
G=36.59%
B=23.66%

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
Decimal1631509700.080.400.3648.1826.450.98
HexA39661082824301a33
Octal2432261410105044603263
Binary101000111001011011000010100010100010010011000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39661; }

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

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

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

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

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

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

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

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