#A39867

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

Shades of Gurkha #A39867

Tints of Gurkha #A39867

Color information

#A39867 (or 0xA39867) is unknown color: approx Gurkha. HEX triplet: A3, 98 and 67. RGB value is (163,152,103). Sum of RGB (Red+Green+Blue) = 163+152+103=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A39867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39867 is #5C6798. Grayscale: #959595. Windows color (decimal): -6055833 or 6789283. OLE color: 6789283.

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

Color convert

RGB163152103-
CMYK00.070.370.36
HSL49º24.59%52.16%-
HSV(B)49º36.81%63.92%-
XYZ28.7831.2217.34-
YUV149.7101.64137.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 152 (59.77% from 255) = 36.36%
BLUE value IS 103 (40.62% from 255) = 24.64%
R=39.00%
G=36.36%
B=24.64%

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
Decimal16315210300.070.370.364924.5952.16
HexA39867072524311934
Octal243230147074544613164
Binary10100011100110001100111011110010110010011000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39867; }

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

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

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

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

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

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

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

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