#A4975E

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

Shades of Gurkha #A4975E

Tints of Gurkha #A4975E

Color information

#A4975E (or 0xA4975E) is unknown color: approx Gurkha. HEX triplet: A4, 97 and 5E. RGB value is (164,151,94). Sum of RGB (Red+Green+Blue) = 164+151+94=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A4975E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4975E is #5B68A1. Grayscale: #949494. Windows color (decimal): -5990562 or 6199204. OLE color: 6199204.

HSL color Cylindrical-coordinate representation of color #A4975E: hue angle of 48.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4975E is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16415194-
CMYK00.080.430.36
HSL48.86º27.78%50.59%-
HSV(B)48.86º42.68%64.31%-
XYZ28.430.8315.04-
YUV148.3997.31139.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 151 (59.38% from 255) = 36.92%
BLUE value IS 94 (37.11% from 255) = 22.98%
R=40.10%
G=36.92%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641519400.080.430.3648.8627.7850.59
HexA4975E082B24311c33
Octal2442271360105344613463
Binary101001001001011110111100100010101110010011000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4975E; }

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

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

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

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

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

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

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

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