Html Css Color HEX #A19460 Gurkha

📋 copy color: '#A19460'

red 161 ◦ green 148 ◦ blue 96

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

Shades of Gurkha #A19460

Tints of Gurkha #A19460

RGB

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

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

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

R = 39.75%
G = 36.54%
B = 23.7%

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

#A19460 (or 0xA19460) is known color: Gurkha. HEX triplet: A1, 94 and 60. RGB value is (161,148,96). Sum of RGB (Red+Green+Blue) = 161+148+96=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A19460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19460 is #5E6B9F. Grayscale: #929292. Windows color (decimal): -6187936 or 6329505. OLE color: 6329505.

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

Color convert

RGB 161 148 96 -
CMYK 0 0.08 0.40 0.37
HSL 48º 0.26% 0.5% -
HSV(B) 48º 0.4% 0.63% -
XYZ 27.4 29.6 15.34 -
YUV 145.96 99.81 138.73 -
System Red Green Blue C M Y K H S L
Decimal 161 148 96 0 0.08 0.40 0.37 48 0.26 0.5
Hex A1 94 60 0 8 28 25 30 1A 32
Octal 241 224 140 0 10 50 45 60 32 62
Binary 10100001 10010100 1100000 0 1000 101000 100101 110000 11010 110010

Color Harmonies of #A19460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19460

Black with #A19460

Text Example


Text Example

White with #A19460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19460; }

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

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

background-color css

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

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

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

border-color css

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

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

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