Html Css Color HEX #A19560 Gurkha

📋 copy color: '#A19560'

red 161 ◦ green 149 ◦ blue 96

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

Shades of Gurkha #A19560

Tints of Gurkha #A19560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.65%

R = 39.66%
G = 36.7%
B = 23.65%

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

#A19560 (or 0xA19560) is known color: Gurkha. HEX triplet: A1, 95 and 60. RGB value is (161,149,96). Sum of RGB (Red+Green+Blue) = 161+149+96=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A19560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19560 is #5E6A9F. Grayscale: #929292. Windows color (decimal): -6187680 or 6329761. OLE color: 6329761.

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

Color convert

RGB 161 149 96 -
CMYK 0 0.07 0.40 0.37
HSL 48.92º 0.26% 0.5% -
HSV(B) 48.92º 0.4% 0.63% -
XYZ 27.56 29.92 15.39 -
YUV 146.55 99.48 138.31 -
System Red Green Blue C M Y K H S L
Decimal 161 149 96 0 0.07 0.40 0.37 48.92 0.26 0.5
Hex A1 95 60 0 7 28 25 31 1A 32
Octal 241 225 140 0 7 50 45 61 32 62
Binary 10100001 10010101 1100000 0 111 101000 100101 110001 11010 110010

Color Harmonies of #A19560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19560

Black with #A19560

Text Example


Text Example

White with #A19560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19560; }

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

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

background-color css

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

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

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

border-color css

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

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

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