#A2975D

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

Shades of Gurkha #A2975D

Tints of Gurkha #A2975D

Color information

#A2975D (or 0xA2975D) is unknown color: approx Gurkha. HEX triplet: A2, 97 and 5D. RGB value is (162,151,93). Sum of RGB (Red+Green+Blue) = 162+151+93=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A2975D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2975D is #5D68A2. Grayscale: #939393. Windows color (decimal): -6121635 or 6133666. OLE color: 6133666.

HSL color Cylindrical-coordinate representation of color #A2975D: hue angle of 50.43º degrees, saturation: 0.27, 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 #A2975D is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16215193-
CMYK00.070.430.36
HSL50.43º27.06%50%-
HSV(B)50.43º42.59%63.53%-
XYZ27.9430.614.79-
YUV147.6897.14138.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 151 (59.38% from 255) = 37.19%
BLUE value IS 93 (36.72% from 255) = 22.91%
R=39.90%
G=37.19%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621519300.070.430.3650.4327.0650
HexA2975D072B24321b32
Octal242227135075344623362
Binary10100010100101111011101011110101110010011001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2975D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2975D; }

 p { color: rgb(162,151,93); }

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

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

 a { background-color: rgb(162,151,93); }

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

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

 span { border-color: rgb(162,151,93); }

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