#A0975B

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

Shades of Gurkha #A0975B

Tints of Gurkha #A0975B

Color information

#A0975B (or 0xA0975B) is unknown color: approx Gurkha. HEX triplet: A0, 97 and 5B. RGB value is (160,151,91). Sum of RGB (Red+Green+Blue) = 160+151+91=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A0975B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0975B is #5F68A4. Grayscale: #939393. Windows color (decimal): -6252709 or 6002592. OLE color: 6002592.

HSL color Cylindrical-coordinate representation of color #A0975B: hue angle of 52.17º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0975B is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB16015191-
CMYK00.060.430.37
HSL52.17º27.49%49.22%-
HSV(B)52.17º43.13%62.75%-
XYZ27.4530.3614.31-
YUV146.8596.48137.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.80%
GREEN value IS 151 (59.38% from 255) = 37.56%
BLUE value IS 91 (35.94% from 255) = 22.64%
R=39.80%
G=37.56%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601519100.060.430.3752.1727.4949.22
HexA0975B062B25341b31
Octal240227133065345643361
Binary10100000100101111011011011010101110010111010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0975B; }

 p { color: rgb(160,151,91); }

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

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

 a { background-color: rgb(160,151,91); }

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

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

 span { border-color: rgb(160,151,91); }

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