Html Css Color HEX #A1915F Gurkha

📋 copy color: '#A1915F'

red 161 ◦ green 145 ◦ blue 95

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

Shades of Gurkha #A1915F

Tints of Gurkha #A1915F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.16%

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

R = 40.15%
G = 36.16%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A1915F (or 0xA1915F) is known color: Gurkha. HEX triplet: A1, 91 and 5F. RGB value is (161,145,95). Sum of RGB (Red+Green+Blue) = 161+145+95=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A1915F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1915F is #5E6EA0. Grayscale: #909090. Windows color (decimal): -6188705 or 6263201. OLE color: 6263201.

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

Color convert

RGB 161 145 95 -
CMYK 0 0.10 0.41 0.37
HSL 45.45º 0.26% 0.5% -
HSV(B) 45.45º 0.41% 0.63% -
XYZ 26.89 28.65 14.94 -
YUV 144.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 161 145 95 0 0.10 0.41 0.37 45.45 0.26 0.5
Hex A1 91 5F 0 A 29 25 2D 1A 32
Octal 241 221 137 0 12 51 45 55 32 62
Binary 10100001 10010001 1011111 0 1010 101001 100101 101101 11010 110010

Color Harmonies of #A1915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1915F

Black with #A1915F

Text Example


Text Example

White with #A1915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1915F; }

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

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

background-color css

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

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

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

border-color css

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

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

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