#A39467

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

Shades of Gurkha #A39467

Tints of Gurkha #A39467

Color information

#A39467 (or 0xA39467) is unknown color: approx Gurkha. HEX triplet: A3, 94 and 67. RGB value is (163,148,103). Sum of RGB (Red+Green+Blue) = 163+148+103=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A39467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39467 is #5C6B98. Grayscale: #939393. Windows color (decimal): -6056857 or 6788259. OLE color: 6788259.

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

Color convert

RGB163148103-
CMYK00.090.370.36
HSL45º24.59%52.16%-
HSV(B)45º36.81%63.92%-
XYZ28.1429.9517.13-
YUV147.35102.97139.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.37%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 103 (40.62% from 255) = 24.88%
R=39.37%
G=35.75%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314810300.090.370.364524.5952.16
HexA394670925242d1934
Octal2432241470114544553164
Binary101000111001010011001110100110010110010010110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39467; }

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

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

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

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

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

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

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

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