Html Css Color HEX #A19761 Gurkha

📋 copy color: '#A19761'

red 161 ◦ green 151 ◦ blue 97

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

Shades of Gurkha #A19761

Tints of Gurkha #A19761

RGB

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

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

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

R = 39.36%
G = 36.92%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A19761 (or 0xA19761) is known color: Gurkha. HEX triplet: A1, 97 and 61. RGB value is (161,151,97). Sum of RGB (Red+Green+Blue) = 161+151+97=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A19761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19761 is #5E689E. Grayscale: #949494. Windows color (decimal): -6187167 or 6395809. OLE color: 6395809.

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

Color convert

RGB 161 151 97 -
CMYK 0 0.06 0.40 0.37
HSL 50.63º 0.25% 0.51% -
HSV(B) 50.63º 0.4% 0.63% -
XYZ 27.92 30.57 15.74 -
YUV 147.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 161 151 97 0 0.06 0.40 0.37 50.63 0.25 0.51
Hex A1 97 61 0 6 28 25 33 19 33
Octal 241 227 141 0 6 50 45 63 31 63
Binary 10100001 10010111 1100001 0 110 101000 100101 110011 11001 110011

Color Harmonies of #A19761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19761

Black with #A19761

Text Example


Text Example

White with #A19761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19761; }

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

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

background-color css

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

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

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

border-color css

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

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

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