Html Css Color HEX #A19060 Gurkha

📋 copy color: '#A19060'

red 161 ◦ green 144 ◦ blue 96

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

Shades of Gurkha #A19060

Tints of Gurkha #A19060

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.91%

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

R = 40.15%
G = 35.91%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A19060 (or 0xA19060) is known color: Gurkha. HEX triplet: A1, 90 and 60. RGB value is (161,144,96). Sum of RGB (Red+Green+Blue) = 161+144+96=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A19060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19060 is #5E6F9F. Grayscale: #8F8F8F. Windows color (decimal): -6188960 or 6328481. OLE color: 6328481.

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

Color convert

RGB 161 144 96 -
CMYK 0 0.11 0.40 0.37
HSL 44.31º 0.26% 0.5% -
HSV(B) 44.31º 0.4% 0.63% -
XYZ 26.78 28.37 15.13 -
YUV 143.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 161 144 96 0 0.11 0.40 0.37 44.31 0.26 0.5
Hex A1 90 60 0 B 28 25 2C 1A 32
Octal 241 220 140 0 13 50 45 54 32 62
Binary 10100001 10010000 1100000 0 1011 101000 100101 101100 11010 110010

Color Harmonies of #A19060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19060

Black with #A19060

Text Example


Text Example

White with #A19060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19060; }

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

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

background-color css

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

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

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

border-color css

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

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

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