Html Css Color HEX #A19461 Gurkha

📋 copy color: '#A19461'

red 161 ◦ green 148 ◦ blue 97

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

Shades of Gurkha #A19461

Tints of Gurkha #A19461

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.45%

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

R = 39.66%
G = 36.45%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A19461 (or 0xA19461) is known color: Gurkha. HEX triplet: A1, 94 and 61. RGB value is (161,148,97). Sum of RGB (Red+Green+Blue) = 161+148+97=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A19461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19461 is #5E6B9E. Grayscale: #929292. Windows color (decimal): -6187935 or 6395041. OLE color: 6395041.

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

Color convert

RGB 161 148 97 -
CMYK 0 0.08 0.40 0.37
HSL 47.81º 0.25% 0.51% -
HSV(B) 47.81º 0.4% 0.63% -
XYZ 27.45 29.62 15.58 -
YUV 146.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 161 148 97 0 0.08 0.40 0.37 47.81 0.25 0.51
Hex A1 94 61 0 8 28 25 30 19 33
Octal 241 224 141 0 10 50 45 60 31 63
Binary 10100001 10010100 1100001 0 1000 101000 100101 110000 11001 110011

Color Harmonies of #A19461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19461

Black with #A19461

Text Example


Text Example

White with #A19461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19461; }

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

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

background-color css

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

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

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

border-color css

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

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

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