#A2945F

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

Shades of Gurkha #A2945F

Tints of Gurkha #A2945F

Color information

#A2945F (or 0xA2945F) is unknown color: approx Gurkha. HEX triplet: A2, 94 and 5F. RGB value is (162,148,95). Sum of RGB (Red+Green+Blue) = 162+148+95=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A2945F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2945F is #5D6BA0. Grayscale: #929292. Windows color (decimal): -6122401 or 6263970. OLE color: 6263970.

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

Color convert

RGB16214895-
CMYK00.090.410.36
HSL47.46º26.48%50.39%-
HSV(B)47.46º41.36%63.53%-
XYZ27.5629.6915.1-
YUV146.1499.14139.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 95 (37.5% from 255) = 23.46%
R=40%
G=36.54%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621489500.090.410.3647.4626.4850.39
HexA2945F0929242f1a32
Octal2422241370115144573262
Binary101000101001010010111110100110100110010010111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2945F; }

 p { color: rgb(162,148,95); }

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

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

 a { background-color: rgb(162,148,95); }

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

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

 span { border-color: rgb(162,148,95); }

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