Html Css Color HEX #A19860 Gurkha

📋 copy color: '#A19860'

red 161 ◦ green 152 ◦ blue 96

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

Shades of Gurkha #A19860

Tints of Gurkha #A19860

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.16%

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

R = 39.36%
G = 37.16%
B = 23.47%

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

#A19860 (or 0xA19860) is known color: Gurkha. HEX triplet: A1, 98 and 60. RGB value is (161,152,96). Sum of RGB (Red+Green+Blue) = 161+152+96=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A19860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19860 is #5E679F. Grayscale: #949494. Windows color (decimal): -6186912 or 6330529. OLE color: 6330529.

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

Color convert

RGB 161 152 96 -
CMYK 0 0.06 0.40 0.37
HSL 51.69º 0.26% 0.5% -
HSV(B) 51.69º 0.4% 0.63% -
XYZ 28.04 30.88 15.55 -
YUV 148.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 161 152 96 0 0.06 0.40 0.37 51.69 0.26 0.5
Hex A1 98 60 0 6 28 25 34 1A 32
Octal 241 230 140 0 6 50 45 64 32 62
Binary 10100001 10011000 1100000 0 110 101000 100101 110100 11010 110010

Color Harmonies of #A19860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19860

Black with #A19860

Text Example


Text Example

White with #A19860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19860; }

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

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

background-color css

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

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

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

border-color css

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

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

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