#A2955F

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

Shades of Gurkha #A2955F

Tints of Gurkha #A2955F

Color information

#A2955F (or 0xA2955F) is unknown color: approx Gurkha. HEX triplet: A2, 95 and 5F. RGB value is (162,149,95). Sum of RGB (Red+Green+Blue) = 162+149+95=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A2955F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2955F is #5D6AA0. Grayscale: #929292. Windows color (decimal): -6122145 or 6264226. OLE color: 6264226.

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

Color convert

RGB16214995-
CMYK00.080.410.36
HSL48.36º26.48%50.39%-
HSV(B)48.36º41.36%63.53%-
XYZ27.713015.16-
YUV146.7398.81138.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 95 (37.5% from 255) = 23.40%
R=39.90%
G=36.70%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621499500.080.410.3648.3626.4850.39
HexA2955F082924301a32
Octal2422251370105144603262
Binary101000101001010110111110100010100110010011000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2955F; }

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

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

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

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

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

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

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

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