Html Css Color HEX #A0975B Gurkha

📋 copy color: '#A0975B'

red 160 ◦ green 151 ◦ blue 91

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

Shades of Gurkha #A0975B

Tints of Gurkha #A0975B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.64%

R = 39.8%
G = 37.56%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0975B (or 0xA0975B) is known color: 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

RGB 160 151 91 -
CMYK 0 0.06 0.43 0.37
HSL 52.17º 0.27% 0.49% -
HSV(B) 52.17º 0.43% 0.63% -
XYZ 27.45 30.36 14.31 -
YUV 146.85 96.48 137.38 -
System Red Green Blue C M Y K H S L
Decimal 160 151 91 0 0.06 0.43 0.37 52.17 0.27 0.49
Hex A0 97 5B 0 6 2B 25 34 1B 31
Octal 240 227 133 0 6 53 45 64 33 61
Binary 10100000 10010111 1011011 0 110 101011 100101 110100 11011 110001

Color Harmonies of #A0975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0975B

Black with #A0975B

Text Example


Text Example

White with #A0975B

Text Example


Text Example

HTML Codes & Css Web 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>