#A3955D

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

Shades of Gurkha #A3955D

Tints of Gurkha #A3955D

Color information

#A3955D (or 0xA3955D) is unknown color: approx Gurkha. HEX triplet: A3, 95 and 5D. RGB value is (163,149,93). Sum of RGB (Red+Green+Blue) = 163+149+93=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A3955D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3955D is #5C6AA2. Grayscale: #939393. Windows color (decimal): -6056611 or 6133155. OLE color: 6133155.

HSL color Cylindrical-coordinate representation of color #A3955D: hue angle of 48º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3955D is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16314993-
CMYK00.090.430.36
HSL48º27.56%50.2%-
HSV(B)48º42.94%63.92%-
XYZ27.8330.0714.69-
YUV146.897.64139.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.25%
GREEN value IS 149 (58.59% from 255) = 36.79%
BLUE value IS 93 (36.72% from 255) = 22.96%
R=40.25%
G=36.79%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631499300.090.430.364827.5650.2
HexA3955D092B24301c32
Octal2432251350115344603462
Binary101000111001010110111010100110101110010011000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3955D; }

 p { color: rgb(163,149,93); }

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

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

 a { background-color: rgb(163,149,93); }

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

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

 span { border-color: rgb(163,149,93); }

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