Html Css Color HEX #A0975D Gurkha

📋 copy color: '#A0975D'

red 160 ◦ green 151 ◦ blue 93

#A0975D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gurkha #A0975D

Tints of Gurkha #A0975D

RGB

 RED value IS 160 (62.89% from 255) = 39.6%

 GREEN value IS 151 (59.38% from 255) = 37.38%

 BLUE value IS 93 (36.72% from 255) = 23.02%

R = 39.6%
G = 37.38%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A0975D (or 0xA0975D) is known color: Gurkha. HEX triplet: A0, 97 and 5D. RGB value is (160,151,93). Sum of RGB (Red+Green+Blue) = 160+151+93=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A0975D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0975D is #5F68A2. Grayscale: #939393. Windows color (decimal): -6252707 or 6133664. OLE color: 6133664.

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

Color convert

RGB 160 151 93 -
CMYK 0 0.06 0.42 0.37
HSL 51.94º 0.26% 0.5% -
HSV(B) 51.94º 0.42% 0.63% -
XYZ 27.54 30.4 14.77 -
YUV 147.08 97.48 137.22 -
System Red Green Blue C M Y K H S L
Decimal 160 151 93 0 0.06 0.42 0.37 51.94 0.26 0.5
Hex A0 97 5D 0 6 2A 25 34 1A 32
Octal 240 227 135 0 6 52 45 64 32 62
Binary 10100000 10010111 1011101 0 110 101010 100101 110100 11010 110010

Color Harmonies of #A0975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0975D

Black with #A0975D

Text Example


Text Example

White with #A0975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0975D; }

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

 H1.HeaderClassName
 {
   color: #A0975D;
 }
 .AnyTagClassName
 {
   color: #A0975D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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