#A2975E

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

Shades of Gurkha #A2975E

Tints of Gurkha #A2975E

Color information

#A2975E (or 0xA2975E) is unknown color: approx Gurkha. HEX triplet: A2, 97 and 5E. RGB value is (162,151,94). Sum of RGB (Red+Green+Blue) = 162+151+94=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A2975E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2975E is #5D68A1. Grayscale: #949494. Windows color (decimal): -6121634 or 6199202. OLE color: 6199202.

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

Color convert

RGB16215194-
CMYK00.070.420.36
HSL50.29º26.77%50.2%-
HSV(B)50.29º41.98%63.53%-
XYZ27.9930.6215.03-
YUV147.7997.64138.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 151 (59.38% from 255) = 37.10%
BLUE value IS 94 (37.11% from 255) = 23.10%
R=39.80%
G=37.10%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621519400.070.420.3650.2926.7750.2
HexA2975E072A24321b32
Octal242227136075244623362
Binary10100010100101111011110011110101010010011001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2975E; }

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

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

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

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

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

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

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

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