#A19A6B

Color #A19A6B Gurkha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gurkha #A19A6B

Tints of Gurkha #A19A6B

Color information

#A19A6B (or 0xA19A6B) is unknown color: approx Gurkha. HEX triplet: A1, 9A and 6B. RGB value is (161,154,107). Sum of RGB (Red+Green+Blue) = 161+154+107=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19A6B is #5E6594. Grayscale: #969696. Windows color (decimal): -6186389 or 7051937. OLE color: 7051937.

HSL color Cylindrical-coordinate representation of color #A19A6B: hue angle of 52.22º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A19A6B is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB161154107-
CMYK00.040.340.37
HSL52.22º22.31%52.55%-
HSV(B)52.22º33.54%63.14%-
XYZ28.9131.7518.51-
YUV150.73103.32135.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.15%
GREEN value IS 154 (60.55% from 255) = 36.49%
BLUE value IS 107 (42.19% from 255) = 25.36%
R=38.15%
G=36.49%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115410700.040.340.3752.2222.3152.55
HexA19A6B042225341635
Octal241232153044245642665
Binary10100001100110101101011010010001010010111010010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19A6B; }

 p { color: rgb(161,154,107); }

 H1.HeaderClassName
 {
   color: #A19A6B;
 }
 .AnyTagClassName
 {
   color: #A19A6B;
 }
</style>
background-color css

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

 a { background-color: rgb(161,154,107); }

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

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

 span { border-color: rgb(161,154,107); }

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