#A39965

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

Shades of Gurkha #A39965

Tints of Gurkha #A39965

Color information

#A39965 (or 0xA39965) is unknown color: approx Gurkha. HEX triplet: A3, 99 and 65. RGB value is (163,153,101). Sum of RGB (Red+Green+Blue) = 163+153+101=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A39965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39965 is #5C669A. Grayscale: #969696. Windows color (decimal): -6055579 or 6658467. OLE color: 6658467.

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

Color convert

RGB163153101-
CMYK00.060.380.36
HSL50.32º25.2%51.76%-
HSV(B)50.32º38.04%63.92%-
XYZ28.8431.5116.87-
YUV150.06100.31137.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 153 (60.16% from 255) = 36.69%
BLUE value IS 101 (39.84% from 255) = 24.22%
R=39.09%
G=36.69%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315310100.060.380.3650.3225.251.76
HexA39965062624321934
Octal243231145064644623164
Binary10100011100110011100101011010011010010011001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39965; }

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

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

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

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

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

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

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

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