Html Css Color HEX #A0975F Gurkha

📋 copy color: '#A0975F'

red 160 ◦ green 151 ◦ blue 95

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

Shades of Gurkha #A0975F

Tints of Gurkha #A0975F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.4%

R = 39.41%
G = 37.19%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0975F (or 0xA0975F) is known color: Gurkha. HEX triplet: A0, 97 and 5F. RGB value is (160,151,95). Sum of RGB (Red+Green+Blue) = 160+151+95=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A0975F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0975F is #5F68A0. Grayscale: #939393. Windows color (decimal): -6252705 or 6264736. OLE color: 6264736.

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

Color convert

RGB 160 151 95 -
CMYK 0 0.06 0.41 0.37
HSL 51.69º 0.25% 0.5% -
HSV(B) 51.69º 0.41% 0.63% -
XYZ 27.63 30.43 15.24 -
YUV 147.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 160 151 95 0 0.06 0.41 0.37 51.69 0.25 0.5
Hex A0 97 5F 0 6 29 25 34 19 32
Octal 240 227 137 0 6 51 45 64 31 62
Binary 10100000 10010111 1011111 0 110 101001 100101 110100 11001 110010

Color Harmonies of #A0975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0975F

Black with #A0975F

Text Example


Text Example

White with #A0975F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0975F; }

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

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

background-color css

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

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

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

border-color css

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

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

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