#A2975C

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

Shades of Gurkha #A2975C

Tints of Gurkha #A2975C

Color information

#A2975C (or 0xA2975C) is unknown color: approx Gurkha. HEX triplet: A2, 97 and 5C. RGB value is (162,151,92). Sum of RGB (Red+Green+Blue) = 162+151+92=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A2975C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2975C is #5D68A3. Grayscale: #939393. Windows color (decimal): -6121636 or 6068130. OLE color: 6068130.

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

Color convert

RGB16215192-
CMYK00.070.430.36
HSL50.57º27.56%49.8%-
HSV(B)50.57º43.21%63.53%-
XYZ27.930.5914.56-
YUV147.5696.64138.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 151 (59.38% from 255) = 37.28%
BLUE value IS 92 (36.33% from 255) = 22.72%
R=40%
G=37.28%
B=22.72%

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
Decimal1621519200.070.430.3650.5727.5649.8
HexA2975C072B24331c32
Octal242227134075344633462
Binary10100010100101111011100011110101110010011001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2975C; }

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

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

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

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

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

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

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

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