Html Css Color HEX #A19561 Gurkha

📋 copy color: '#A19561'

red 161 ◦ green 149 ◦ blue 97

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

Shades of Gurkha #A19561

Tints of Gurkha #A19561

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.61%

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

R = 39.56%
G = 36.61%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A19561 (or 0xA19561) is known color: Gurkha. HEX triplet: A1, 95 and 61. RGB value is (161,149,97). Sum of RGB (Red+Green+Blue) = 161+149+97=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A19561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19561 is #5E6A9E. Grayscale: #929292. Windows color (decimal): -6187679 or 6395297. OLE color: 6395297.

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

Color convert

RGB 161 149 97 -
CMYK 0 0.07 0.40 0.37
HSL 48.75º 0.25% 0.51% -
HSV(B) 48.75º 0.4% 0.63% -
XYZ 27.6 29.94 15.63 -
YUV 146.66 99.98 138.23 -
System Red Green Blue C M Y K H S L
Decimal 161 149 97 0 0.07 0.40 0.37 48.75 0.25 0.51
Hex A1 95 61 0 7 28 25 31 19 33
Octal 241 225 141 0 7 50 45 61 31 63
Binary 10100001 10010101 1100001 0 111 101000 100101 110001 11001 110011

Color Harmonies of #A19561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19561

Black with #A19561

Text Example


Text Example

White with #A19561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19561; }

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

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

background-color css

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

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

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

border-color css

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

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

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