Html Css Color HEX #A19161 Gurkha

📋 copy color: '#A19161'

red 161 ◦ green 145 ◦ blue 97

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

Shades of Gurkha #A19161

Tints of Gurkha #A19161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.07%

R = 39.95%
G = 35.98%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A19161 (or 0xA19161) is known color: Gurkha. HEX triplet: A1, 91 and 61. RGB value is (161,145,97). Sum of RGB (Red+Green+Blue) = 161+145+97=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A19161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19161 is #5E6E9E. Grayscale: #909090. Windows color (decimal): -6188703 or 6394273. OLE color: 6394273.

HSL color Cylindrical-coordinate representation of color #A19161: hue angle of 45º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A19161 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 145 97 -
CMYK 0 0.10 0.40 0.37
HSL 45º 0.25% 0.51% -
HSV(B) 45º 0.4% 0.63% -
XYZ 26.98 28.69 15.43 -
YUV 144.31 101.3 139.9 -
System Red Green Blue C M Y K H S L
Decimal 161 145 97 0 0.10 0.40 0.37 45 0.25 0.51
Hex A1 91 61 0 A 28 25 2D 19 33
Octal 241 221 141 0 12 50 45 55 31 63
Binary 10100001 10010001 1100001 0 1010 101000 100101 101101 11001 110011

Color Harmonies of #A19161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19161

Black with #A19161

Text Example


Text Example

White with #A19161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19161; }

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

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

background-color css

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

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

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

border-color css

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

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

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