Html Css Color HEX #A1965F Gurkha

📋 copy color: '#A1965F'

red 161 ◦ green 150 ◦ blue 95

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

Shades of Gurkha #A1965F

Tints of Gurkha #A1965F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.95%

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

R = 39.66%
G = 36.95%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A1965F (or 0xA1965F) is known color: Gurkha. HEX triplet: A1, 96 and 5F. RGB value is (161,150,95). Sum of RGB (Red+Green+Blue) = 161+150+95=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A1965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1965F is #5E69A0. Grayscale: #939393. Windows color (decimal): -6187425 or 6264481. OLE color: 6264481.

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

Color convert

RGB 161 150 95 -
CMYK 0 0.07 0.41 0.37
HSL 50º 0.26% 0.5% -
HSV(B) 50º 0.41% 0.63% -
XYZ 27.67 30.22 15.2 -
YUV 147.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 161 150 95 0 0.07 0.41 0.37 50 0.26 0.5
Hex A1 96 5F 0 7 29 25 32 1A 32
Octal 241 226 137 0 7 51 45 62 32 62
Binary 10100001 10010110 1011111 0 111 101001 100101 110010 11010 110010

Color Harmonies of #A1965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1965F

Black with #A1965F

Text Example


Text Example

White with #A1965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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