#A39866

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

Shades of Gurkha #A39866

Tints of Gurkha #A39866

Color information

#A39866 (or 0xA39866) is unknown color: approx Gurkha. HEX triplet: A3, 98 and 66. RGB value is (163,152,102). Sum of RGB (Red+Green+Blue) = 163+152+102=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A39866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39866 is #5C6799. Grayscale: #959595. Windows color (decimal): -6055834 or 6723747. OLE color: 6723747.

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

Color convert

RGB163152102-
CMYK00.070.370.36
HSL49.18º24.9%51.96%-
HSV(B)49.18º37.42%63.92%-
XYZ28.7331.217.08-
YUV149.59101.14137.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 152 (59.77% from 255) = 36.45%
BLUE value IS 102 (40.23% from 255) = 24.46%
R=39.09%
G=36.45%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315210200.070.370.3649.1824.951.96
HexA39866072524311934
Octal243230146074544613164
Binary10100011100110001100110011110010110010011000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39866; }

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

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

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

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

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

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

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

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