Html Css Color HEX #A1975D Gurkha

📋 copy color: '#A1975D'

red 161 ◦ green 151 ◦ blue 93

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

Shades of Gurkha #A1975D

Tints of Gurkha #A1975D

RGB

 RED value IS 161 (63.28% from 255) = 39.75%

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

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

R = 39.75%
G = 37.28%
B = 22.96%

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

#A1975D (or 0xA1975D) is known color: Gurkha. HEX triplet: A1, 97 and 5D. RGB value is (161,151,93). Sum of RGB (Red+Green+Blue) = 161+151+93=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A1975D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1975D is #5E68A2. Grayscale: #939393. Windows color (decimal): -6187171 or 6133665. OLE color: 6133665.

HSL color Cylindrical-coordinate representation of color #A1975D: hue angle of 51.18º degrees, saturation: 0.27, 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 #A1975D is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 151 93 -
CMYK 0 0.06 0.42 0.37
HSL 51.18º 0.27% 0.5% -
HSV(B) 51.18º 0.42% 0.63% -
XYZ 27.74 30.5 14.78 -
YUV 147.38 97.31 137.72 -
System Red Green Blue C M Y K H S L
Decimal 161 151 93 0 0.06 0.42 0.37 51.18 0.27 0.5
Hex A1 97 5D 0 6 2A 25 33 1B 32
Octal 241 227 135 0 6 52 45 63 33 62
Binary 10100001 10010111 1011101 0 110 101010 100101 110011 11011 110010

Color Harmonies of #A1975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1975D

Black with #A1975D

Text Example


Text Example

White with #A1975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1975D; }

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

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

background-color css

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

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

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

border-color css

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

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

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