Html Css Color HEX #A1975F Gurkha

📋 copy color: '#A1975F'

red 161 ◦ green 151 ◦ blue 95

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

Shades of Gurkha #A1975F

Tints of Gurkha #A1975F

RGB

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

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

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

R = 39.56%
G = 37.1%
B = 23.34%

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

#A1975F (or 0xA1975F) is known color: Gurkha. HEX triplet: A1, 97 and 5F. RGB value is (161,151,95). Sum of RGB (Red+Green+Blue) = 161+151+95=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A1975F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1975F is #5E68A0. Grayscale: #939393. Windows color (decimal): -6187169 or 6264737. OLE color: 6264737.

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

Color convert

RGB 161 151 95 -
CMYK 0 0.06 0.41 0.37
HSL 50.91º 0.26% 0.5% -
HSV(B) 50.91º 0.41% 0.63% -
XYZ 27.83 30.54 15.25 -
YUV 147.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 161 151 95 0 0.06 0.41 0.37 50.91 0.26 0.5
Hex A1 97 5F 0 6 29 25 33 1A 32
Octal 241 227 137 0 6 51 45 63 32 62
Binary 10100001 10010111 1011111 0 110 101001 100101 110011 11010 110010

Color Harmonies of #A1975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1975F

Black with #A1975F

Text Example


Text Example

White with #A1975F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1975F; }

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

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

background-color css

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

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

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

border-color css

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

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

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