#A2935E

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

Shades of Gurkha #A2935E

Tints of Gurkha #A2935E

Color information

#A2935E (or 0xA2935E) is unknown color: approx Gurkha. HEX triplet: A2, 93 and 5E. RGB value is (162,147,94). Sum of RGB (Red+Green+Blue) = 162+147+94=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A2935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2935E is #5D6CA1. Grayscale: #919191. Windows color (decimal): -6122658 or 6198178. OLE color: 6198178.

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

Color convert

RGB16214794-
CMYK00.090.420.36
HSL46.76º26.77%50.2%-
HSV(B)46.76º41.98%63.53%-
XYZ27.3529.3614.81-
YUV145.4498.97139.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.20%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 94 (37.11% from 255) = 23.33%
R=40.20%
G=36.48%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621479400.090.420.3646.7626.7750.2
HexA2935E092A242f1b32
Octal2422231360115244573362
Binary101000101001001110111100100110101010010010111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2935E; }

 p { color: rgb(162,147,94); }

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

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

 a { background-color: rgb(162,147,94); }

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

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

 span { border-color: rgb(162,147,94); }

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